Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCommand ¶ added in v0.12.0
NewCreateCommand creates a new "create" subcommand for "entry" command.
func NewDeleteCommand ¶ added in v0.12.0
NewDeleteCommand creates a new "delete" subcommand for "entry" command.
func NewShowCommand ¶ added in v0.12.0
NewShowCommand creates a new "show" subcommand for "entry" command.
func NewUpdateCommand ¶ added in v0.12.0
NewUpdateCommand creates a new "update" subcommand for "entry" command.
Types ¶
type StringsFlag ¶
type StringsFlag []string
StringsFlag defines a custom type for string lists. Doing this allows us to support repeatable string flags.
func (*StringsFlag) Set ¶
func (s *StringsFlag) Set(val string) error
func (*StringsFlag) String ¶
func (s *StringsFlag) String() string
Click to show internal directories.
Click to hide internal directories.