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