aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-27Fix METADATA format for tools/external_updaterHEADmastermainDan Willemsen
Change-Id: Id95f7cc59d27b4dc740073273e5908c9cd2728a0
2020-07-02Add go-subcommands module.Sasha Smundak
Bug: 158031244 Test: build runextractor Change-Id: I9e0a9d05c6e0f109693a77e14dbc682e4a20b24e
2020-07-02Merge upstream master, add mandatory filesSasha Smundak
Bug: 158031244 Test: N/A Change-Id: I4f869f80b5e04919ddc8def96f0e4ea91c45c8cb
2020-06-26Initial empty repositoryThomas Joseph Avila
2019-09-04Fix struct comment typo (#28)Shawn Smith
2019-09-04Only print "<cmd> flags" suggestion when flags were defined (#27)Eli Bendersky
Fixes #18
2019-05-08Allow users to override default help behavior. (#23)Ian Lewis
- CommandGroup is now public. - Commander and CommandGroup name is accessible by Name() - Commander, CommandGroup, and Command explations are now printed by overridable functions set on the Commander. - Subcommands are visitable by the VisitCommands() method. - Command groups are visitable by the VisitGroups() method. - Important flags are visitable by the VisitAllImportant() method. - Top level flags are visitable by the VisitAll() method.
2019-02-11Add a go.mod file for basic Go modules support. (#20)M. J. Fromberger
2018-10-12minor typo fix (#17)nguyen-phillip
2018-10-12Groups aliased commands with original (#16)Jesse Donat
2018-06-18Adds aliaser command helper (#14)Jesse Donat
2018-03-05Update panic message to include the name of the undefined, important flag (#12)slewiskelly
2017-02-24Merge pull request #9 from kazuminn/add-godocl-linkAndrew Jackura
add godoc link
2017-02-24add godoc linkkazuminn
2017-02-03Merge pull request #7 from takebayashi/doc-context17Andrew Jackura
Update Usage in README
2017-02-03Update Usage in READMEShun Takebayashi
2016-10-31Merge pull request #5 from kalyan02/contextAndrew Jackura
Move golang.org/x/net/context to context
2016-09-30Move golang.org/x/net/context to contextKalyan Namburi
Fixes #4
2016-03-09Merge pull request #3 from akhilpai/masterAndrew Jackura
Commander output and error specification support for subcommands.
2016-03-09Commander output and error specification support for subcommands.Akhil Pai
2016-02-29Merge pull request #2 from kotakanbe/patch-1Andrew Jackura
update README.md
2016-02-29update README.mdKota Kanbe
fix Typo (print{} -> printCmd{}). add flag.Parse()
2016-02-25Merge pull request #1 from tcyrus/patch-1adjackura
Update README.md
2016-02-25Update README.mdTimothy Cyrus
Added Syntax Highlighting
2016-02-23Fix formattingAndrew Jackura
2016-02-09Fix formatingAndrew Jackura
2016-02-09Remove Github markdown featuresAndrew Jackura
2016-02-09Add an example to the READMEAndrew Jackura
2016-02-09Initial commitAndrew Jackura