Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServerCmd = &cobra.Command{ Use: "server", Aliases: []string{"servers"}, Short: "Commands to manage and interact with servers", RunE: func(cmd *cobra.Command, args []string) error { err := cmd.Help() if err != nil { return err } return errors.New("a subcommand is required. Use 'alpacon server list', 'alpacon server create', 'alpacon server detail', or 'alpacon server delete'. Run 'alpacon server --help' for more information") }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.