milestone

package
v0.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2019 License: MIT Imports: 10 Imported by: 0

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   api.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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL