Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UsernameCmd = &cobra.Command{ Use: "username", Short: "Manage the username for your account's server access", RunE: func(cmd *cobra.Command, args []string) error { if err := cmd.Help(); err != nil { return err } return errors.New("a subcommand is required. Run 'alpacon username --help' for more information") }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.