Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCountCommand ¶ added in v1.0.0
NewCountCommand creates a new "count" subcommand for "entry" command.
func NewCountCommandWithEnv ¶ added in v1.0.0
func NewCountCommandWithEnv(env *common_cli.Env) cli.Command
NewCountCommandWithEnv creates a new "count" subcommand for "entry" command using the environment specified.
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.
Click to show internal directories.
Click to hide internal directories.