Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DevCommand ¶
type DevCommand struct{}
func (*DevCommand) Run ¶
func (c *DevCommand) Run(args []string) error
func (*DevCommand) Usage ¶
func (c *DevCommand) Usage()
type NewCommand ¶
type NewCommand struct{}
func (*NewCommand) Run ¶
func (c *NewCommand) Run(args []string) error
func (*NewCommand) Usage ¶
func (c *NewCommand) Usage()
type RunCommand ¶
type RunCommand struct{}
func (*RunCommand) Run ¶
func (c *RunCommand) Run(args []string) error
func (*RunCommand) Usage ¶
func (c *RunCommand) Usage()
type VersionCommand ¶ added in v0.6.1
type VersionCommand struct{}
func (*VersionCommand) Run ¶ added in v0.6.1
func (c *VersionCommand) Run(args []string) error
Click to show internal directories.
Click to hide internal directories.