Add command usage in CLI

Add Long description for missing commands along with practical examples
This commit is contained in:
Ettore Di Giacinto
2020-12-02 23:15:23 +01:00
parent 034fb54c25
commit c8bcd88f1f
7 changed files with 94 additions and 9 deletions

View File

@@ -25,6 +25,10 @@ import (
var databaseGroupCmd = &cobra.Command{
Use: "database [command] [OPTIONS]",
Short: "Manage system database (dangerous commands ahead!)",
Long: `Allows to manipulate Luet internal database of installed packages. Use with caution!
Removing packages by hand from the database can result in a broken system, and thus it's not reccomended.
`,
}
func init() {