805 Commits (c48a82964028acd0f19ee17257789f7c9f5afc78)
 

Author SHA1 Message Date
Jesse Szwedko cf1f63a727 Merge pull request #323 from hpcloud/master
9 years ago
Jesse Szwedko 114097b816 Merge pull request #326 from tcyrus/patch-1
9 years ago
Timothy Cyrus 918b268473 Update README.md
9 years ago
Andreas Kupries bb4e78eb6a Fixed mishandling of a "-"(dash)-argument causing reordering of cli non-flag arguments.
9 years ago
Gregor Noczinski cb7a7c56ee * Fixed typos
9 years ago
Gregor Noczinski 7319f042e4 * Added ability to customize usage error messages
9 years ago
Gregor Noczinski 09e2c89597 * Changed the way how to return the result. Because of strange ci failure
9 years ago
Gregor Noczinski 82ddbd9a07 * Improve GenericFlag.String() by suppressing empty "" for GenericFlags on nil or empty Generic.String()
9 years ago
Jesse Szwedko f9cc3001e0 Merge pull request #315 from blaubaer/master
9 years ago
Jesse Szwedko ca6f864fa3 Merge pull request #320 from technosophos/master
9 years ago
Matt Butcher 54b6cca78e Remove panic from help.
9 years ago
Gregor Noczinski 01fdb2cca9 #315 fixed typo
9 years ago
Gregor Noczinski f3c8e07836 Also show help if App/Command Before produces error.
9 years ago
Gregor Noczinski f90cd56647 Handle Before and After of Command without handling it as subCommand if there is no subCommand.
9 years ago
Jesse Szwedko c31a797586 Merge pull request #311 from Jille/exportFlagNames
9 years ago
Jesse Szwedko 8eb7738f18 Merge pull request #312 from ysh7/master
9 years ago
Yagnesh Mistry b0b9bd5dac use path.Base in Name & HelpName as default values
9 years ago
Jille Timmermans f101a00018 Export cli.Flag.GetName (previously cli.Flag.getName)
9 years ago
Jesse Szwedko b5232bb293 Merge pull request #309 from dedalusj/check-completion-order
9 years ago
Jacopo 4a8406ac89 Run check completion before error checking
9 years ago
Jesse Szwedko a3c75bc94e Merge pull request #304 from osocurioso/silence-tests
9 years ago
Håvard Haugen 7b94fd3aad test: avoid output from "go test" when tests pass
9 years ago
Jesse Szwedko 0302d3914d Merge pull request #283 from codegangsta/really-skip-flag-parsing
9 years ago
Jesse Szwedko c75c9d0182 Merge pull request #298 from codegangsta/use-correct-example-naming
9 years ago
Jesse Szwedko 0f218fffa5 Remave cli_test.go
9 years ago
Jesse Szwedko 631930114f Also test on Go tip
9 years ago
Jesse Szwedko 4fc241fb17 Update examples to use correct naming convention
9 years ago
Jesse Szwedko 49bed4ccde Merge pull request #295 from rosenhouse/update-travis-versions
9 years ago
Jesse Szwedko 93b4ad6d1f Merge pull request #297 from ston1th/master
9 years ago
ston1th 4579bbf129 added description to README.md
9 years ago
ston1th 25ef368235 added destination scan testing and BoolT
9 years ago
ston1th bb7e45acf1 Added destination scan support for flags
9 years ago
Gabe Rosenhouse 7c6caf69ef Update golang versions used by Travis CI
9 years ago
Nathan LeClaire 3323ab4460 Use a test table and add --help test
9 years ago
Jesse Szwedko 8cd49b108c Update TestCommandIgnoreFlagsIncludingFirstArgument to test for arguments
9 years ago
Jesse Szwedko 6191d931b7 When skipping flag parsing, still parse into arguments
9 years ago
Jesse Szwedko bc3cb33cef Actually skip parsing of flags if SkipFlagParsing is set
9 years ago
Nathan LeClaire c538c376c9 Do not return error when flag parsing should be skipped
9 years ago
Jesse Szwedko 70e3fa51eb Merge pull request #292 from Jille/remove-unused-var
9 years ago
Jille Timmermans 34639643ac bash_autocomplete: Remove unused local variable prev
9 years ago
Kaushal Subedi c70ad9b688 fixed tests
9 years ago
Kaushal Subedi 8b46886de8 added flag to have a custom text on the USAGE section of help
9 years ago
Jesse Szwedko f445c89440 Merge pull request #284 from rbjorklin/readme-update
9 years ago
Jesse Szwedko cffab77ecb Merge pull request #286 from mktmpio/dedup-help-and-version
9 years ago
Ryan Graham 732e97aee8 only display app version and help message once
9 years ago
Robin Björklin 443fff6934 Added coverage and reference logos to README.md
9 years ago
Jesse Szwedko aba9469083 Merge pull request #282 from cactus/master
9 years ago
elij db7af859d2 make help and version parsing use actual specified values
9 years ago
Jesse Szwedko 96f1fedb28 Merge pull request #281 from thiderman/patch-1
9 years ago
Jesse Szwedko 9039757268 Merge pull request #267 from tristanz/master
9 years ago