feat(cli): add aliases to commands

This commit is contained in:
Patryk Hegenberg 2025-01-23 07:59:26 +01:00
parent 53a50f2be4
commit 70dbc9e062
6 changed files with 20 additions and 27 deletions

View file

@ -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() {