Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateCmd ¶
type GenerateCmd struct {
Config string `arg:"" help:"The code generation configuration file" type:"existingfile"`
// contains filtered or unexported fields
}
func (*GenerateCmd) Run ¶
func (c *GenerateCmd) Run(ctx *Context) error
type InstallCmd ¶
type InstallCmd struct {
Location string `arg:"" help:"The NPM module or Github repository of the module to install."`
Release string `arg:"" help:"The release tag to install." optional:""`
// contains filtered or unexported fields
}
func (*InstallCmd) Run ¶
func (c *InstallCmd) Run(ctx *Context) error
type NewCmd ¶
type UpgradeCmd ¶
type UpgradeCmd struct {
}
func (*UpgradeCmd) Run ¶
func (c *UpgradeCmd) Run(ctx *Context) error
Click to show internal directories.
Click to hide internal directories.