Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExitCodeOK int = iota //0 ExitCodeError int = iota //1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListOption ¶
type ListOption struct {
Num int `short:"n" long:"num" value-name:"<num>" default:"20" default-mask:"20" description:"Limit the number of milestone to output."`
}
type MilestoneCommand ¶
type MilestoneCommand struct {
UI ui.UI
RemoteCollecter gitutil.Collecter
ClientFactory lab.APIClientFactory
}
func (*MilestoneCommand) Help ¶
func (c *MilestoneCommand) Help() string
func (*MilestoneCommand) Run ¶
func (c *MilestoneCommand) Run(args []string) int
func (*MilestoneCommand) Synopsis ¶
func (c *MilestoneCommand) Synopsis() string
type Option ¶
type Option struct {
ProjectProfileOption *internal.ProjectProfileOption `group:"Project, Profile Options"`
ListOption *ListOption `group:"List Options"`
}
Click to show internal directories.
Click to hide internal directories.