feat(cli): add aliases to commands
This commit is contained in:
parent
53a50f2be4
commit
70dbc9e062
6 changed files with 20 additions and 27 deletions
|
|
@ -10,9 +10,10 @@ import (
|
|||
)
|
||||
|
||||
var RootCmd = &cobra.Command{
|
||||
Use: "system_setup_tool",
|
||||
Short: "Installs packages based on TOML configuration",
|
||||
Run: tui.Run,
|
||||
Use: "system_setup_tool",
|
||||
Short: "Installs packages based on TOML configuration",
|
||||
Version: "0.4.0",
|
||||
Run: tui.Run,
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue