Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseCommand ¶
type BaseCommand struct {
Command *cli.Command
SubCommands []*BaseCommand
Parent *BaseCommand
}
type CommonFlags ¶
type CommonFlags struct {
Debug *BoolFlag
}
func NewCommonFlags ¶
func NewCommonFlags() (ret *CommonFlags)
func (*CommonFlags) BeforeApp ¶
func (o *CommonFlags) BeforeApp(args []string)
type IntFlag ¶
func NewIntFlag ¶
type MarkdownCmd ¶
func NewMarkdownCmd ¶
func NewMarkdownCmd(app *cli.App) (ret *MarkdownCmd)
type StringFlag ¶
type StringFlag struct {
*cli.StringFlag
CurrentValue string
}
func NewStringFlag ¶
func NewStringFlag(flag *cli.StringFlag) (ret *StringFlag)
Click to show internal directories.
Click to hide internal directories.