Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenCommand ¶
type GenCommand struct { Meta // contains filtered or unexported fields }
func (*GenCommand) Help ¶
func (c *GenCommand) Help() string
func (*GenCommand) Run ¶
func (c *GenCommand) Run(args []string) int
func (*GenCommand) Synopsis ¶
func (c *GenCommand) Synopsis() string
type NewCommand ¶
type NewCommand struct { Meta // contains filtered or unexported fields }
func (*NewCommand) Help ¶
func (c *NewCommand) Help() string
func (*NewCommand) Run ¶
func (c *NewCommand) Run(args []string) int
func (*NewCommand) Synopsis ¶
func (c *NewCommand) Synopsis() string
type VersionCommand ¶
func (*VersionCommand) Help ¶
func (c *VersionCommand) Help() string
func (*VersionCommand) Run ¶
func (c *VersionCommand) Run(args []string) int
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.