Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletionCommand ¶
type CompletionCommand struct { *commands.BaseCommand resolver.CompletionResolver }
CompletionCommand creates shell completion scripts
func (*CompletionCommand) DoesNotUseServices ¶ added in v1.2.0
func (s *CompletionCommand) DoesNotUseServices()
DoesNotUseServices implements commands.OfflineCommand as this command does not use services
func (*CompletionCommand) ExecuteSingleArgument ¶
func (s *CompletionCommand) ExecuteSingleArgument(_ commands.Executor, arg string) (output.Output, error)
ExecuteSingleArgument implements commands.SingleArgumentCommand
type VersionCommand ¶
type VersionCommand struct {
*commands.BaseCommand
}
VersionCommand reports the current version of upctl
func (*VersionCommand) DoesNotUseServices ¶ added in v1.2.0
func (s *VersionCommand) DoesNotUseServices()
DoesNotUseServices implements commands.OfflineCommand as this command does not use services
func (*VersionCommand) ExecuteWithoutArguments ¶
ExecuteWithoutArguments implements commands.NoArgumentCommand
Click to show internal directories.
Click to hide internal directories.