Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
Command is a command to run the secrethub example app.
func NewCommand ¶
NewCommand creates a new example app command.
func (*Command) Register ¶
func (cmd *Command) Register(r cli.Registerer)
Register registers the command, arguments and flags on the provided Registerer.
type InitCommand ¶
type InitCommand struct {
// contains filtered or unexported fields
}
func NewInitCommand ¶
func NewInitCommand(io ui.IO, newClient newClientFunc) *InitCommand
func (*InitCommand) Register ¶
func (cmd *InitCommand) Register(r cli.Registerer)
Register registers the command, arguments and flags on the provided Registerer.
func (*InitCommand) Run ¶
func (cmd *InitCommand) Run() error
Run handles the command with the options as specified in the command.
Click to show internal directories.
Click to hide internal directories.