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) 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) ExecuteWithoutArguments ¶
ExecuteWithoutArguments implements commands.NoArgumentCommand
Click to show internal directories.
Click to hide internal directories.