Documentation
¶
Index ¶
- type AzureCommandProvider
- func (a *AzureCommandProvider) GetAliases() []internal.CommandAlias
- func (a *AzureCommandProvider) GetCommand() *cobra.Command
- func (a *AzureCommandProvider) GetCompatibilityFlags() map[string]compat.CompatibilityFlag
- func (a *AzureCommandProvider) GetFlagsBuilder() flags.Builder
- func (a *AzureCommandProvider) GetGroup() string
- func (a *AzureCommandProvider) GetName() string
- func (a *AzureCommandProvider) GetPositionalArgsBuilder() *flags.PositionalArgsBuilder
- func (a *AzureCommandProvider) IsExperimental() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureCommandProvider ¶
type AzureCommandProvider struct{}
AzureCommandProvider implements the CommandProvider interface.
func (*AzureCommandProvider) GetAliases ¶
func (a *AzureCommandProvider) GetAliases() []internal.CommandAlias
GetAliases returns command aliases.
func (*AzureCommandProvider) GetCommand ¶
func (a *AzureCommandProvider) GetCommand() *cobra.Command
GetCommand returns the azure command.
func (*AzureCommandProvider) GetCompatibilityFlags ¶
func (a *AzureCommandProvider) GetCompatibilityFlags() map[string]compat.CompatibilityFlag
GetCompatibilityFlags returns compatibility flags for this command.
func (*AzureCommandProvider) GetFlagsBuilder ¶
func (a *AzureCommandProvider) GetFlagsBuilder() flags.Builder
GetFlagsBuilder returns the flags builder for this command.
func (*AzureCommandProvider) GetGroup ¶
func (a *AzureCommandProvider) GetGroup() string
GetGroup returns the command group for help organization.
func (*AzureCommandProvider) GetName ¶
func (a *AzureCommandProvider) GetName() string
GetName returns the command name.
func (*AzureCommandProvider) GetPositionalArgsBuilder ¶
func (a *AzureCommandProvider) GetPositionalArgsBuilder() *flags.PositionalArgsBuilder
GetPositionalArgsBuilder returns the positional args builder for this command.
func (*AzureCommandProvider) IsExperimental ¶
func (a *AzureCommandProvider) IsExperimental() bool
IsExperimental returns whether this command is experimental.
Click to show internal directories.
Click to hide internal directories.