mirror of
https://github.com/mudler/luet.git
synced 2025-09-08 18:49:39 +00:00
Add command usage in CLI
Add Long description for missing commands along with practical examples
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user