Versions in this module Expand all Collapse all v0 v0.3.1 Jan 16, 2016 Changes in this version + func Close(args ArgumentList) + func Commit(args ArgumentList) + func Create(Args ArgumentList) + func Edit(args ArgumentList) + func Env() + func Help(args ...string) + func Identifier(args ArgumentList) + func List(args ArgumentList, stdout *os.File) + func Milestone(args ArgumentList) + func Priority(args ArgumentList) + func Purge() + func Pwd() + func Relabel(Args ArgumentList) + func Roadmap(args ArgumentList) + func Status(args ArgumentList) + func Tag(Args ArgumentList) + func Version() + type ArgumentList []string + func (args ArgumentList) GetAndRemoveArguments(argnames []string) (ArgumentList, []string) + func (args ArgumentList) GetArgument(argname, defaultVal string) string + func (args ArgumentList) HasArgument(arg string) bool + type BugListByMilestone [](bugs.Bug) + func (a BugListByMilestone) Len() int + func (a BugListByMilestone) Less(i, j int) bool + func (a BugListByMilestone) Swap(i, j int)