Documentation ¶
Index ¶
Constants ¶
View Source
const CheckTimeout = 3 * time.Second
Variables ¶
This section is empty.
Functions ¶
func CheckLatest ¶
func CheckLatest(version string) <-chan *latest.CheckResponse
Types ¶
type CommandFlag ¶
CommandFlag implements the flag.Value interface and allows multiple calls to the same variable to append a list. It parses string and set them as skeleton.Command.
func (*CommandFlag) Set ¶
func (c *CommandFlag) Set(v string) error
func (*CommandFlag) String ¶
func (c *CommandFlag) String() string
type FlagFlag ¶
FlagFlag implements the flag.Value interface and allows multiple calls to the same variable to append a list. It parses string and set them as skeleton.Flag.
type ListCommand ¶
type ListCommand struct {
Meta
}
ListCommand is a Command that generates a new cli project
func (*ListCommand) Help ¶
func (c *ListCommand) Help() string
func (*ListCommand) Run ¶
func (c *ListCommand) Run(args []string) int
func (*ListCommand) Synopsis ¶
func (c *ListCommand) Synopsis() string
type NewCommand ¶
type NewCommand struct {
Meta
}
NewCommand is a Command that generates a new cli project
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 ¶
VersionCommand is a Command that generates a new cli project
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.