Skip to content

Commit

Permalink
refactor print help
Browse files Browse the repository at this point in the history
  • Loading branch information
mycrEEpy committed Oct 15, 2024
1 parent 6933f83 commit adaf117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/pakku/pakku.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ func (p *Pakku) printHelp() error {
fmt.Println(" config Show current configuration")
fmt.Println(" add <manager> <package> Add a new package to the configuration")
fmt.Println(" remove <manager> <package> Remove a package from the configuration")
fmt.Println(" update Update all packages in the configuration")

//fmt.Println(" import <manager> Import all packages from the package manager to the configuration")
//fmt.Println(" plan Show the differences between the configuration and the system")
fmt.Println(" apply Apply the configuration to the system")
fmt.Println(" update Update all packages in the configuration")
fmt.Println(" help Show this help message")
fmt.Println()
fmt.Println("Supported package managers:")
Expand Down

0 comments on commit adaf117

Please sign in to comment.