Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "alpacon", Aliases: []string{"ac"}, Short: "Alpacon CLI: Your Gateway to Alpacon Services", Long: "Use this tool to interact with the alpacon service.", Run: func(cmd *cobra.Command, args []string) { utils.ShowLogo() fmt.Println("Welcome to Alpacon CLI! Use 'alpacon [command]' to execute a specific command or 'alpacon help' to see all available commands.") }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.