Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateCommand ¶
type CreateCommand struct{}
CreateCommand with @Cobra(
usage = "cli create", example = "cli create [-F file] resource", short = "Create command of the application (short)", long = "Create command of the application (long)",
)
func (CreateCommand) PersistPostRun ¶
func (c CreateCommand) PersistPostRun(cmd *cobra.Command, agrs []string) error
PersistPostRun - @CobraPersistPostRun command
Click to show internal directories.
Click to hide internal directories.