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