Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionFunc ¶
type Context ¶
type Context struct { Arguments []string // contains filtered or unexported fields }
func (*Context) GetBoolFlagValue ¶
func (*Context) GetStringFlagValue ¶
type PluginSignature ¶
type StringFlag ¶
type StringFlag struct { Name string Description string // A flag with default value cannot be mandatory. DefaultValue string Mandatory bool }
func (StringFlag) GetDefault ¶
func (f StringFlag) GetDefault() string
func (StringFlag) GetDescription ¶
func (f StringFlag) GetDescription() string
func (StringFlag) GetName ¶
func (f StringFlag) GetName() string
Click to show internal directories.
Click to hide internal directories.