Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AddCmd = &cobra.Command{ Use: "add", Short: "Add something", Long: `With this command you can add something, like the servers or the users.`, Run: func(cmd *cobra.Command, args []string) { log.Println("[HELP] Add something use the subcommands") log.Println("[HELP] Use 'add server' to add a server") log.Println("[HELP] Use 'add user' to add a user") }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.