Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// Exec executes the command
Exec func(cmd *Command, args []string)
// Usage is the one-line usage message.
UsageLine string
// Description is the description of the command
Description string
// Help is the full description of the command
Help string
// Examples are some examples of the command
Examples string
// Flag is a set of flags specific to this command.
Flag flag.FlagSet
// Hidden is a flat to hide command from global help commands listing
Hidden bool
// API is the interface used to communicate with Scaleway's API
API *api.ScalewayAPI
}
Command is a Scaleway command
func (*Command) ExamplesHelp ¶
ExamplesHelp returns a string describing examples of the command
func (*Command) Options ¶
Options returns a string describing options of the command
Source Files
¶
- command.go
Click to show internal directories.
Click to hide internal directories.