498 Commits (ff84ca213d003974c6900fdbde23332111d661c6)
 

Author SHA1 Message Date
Dan Buch ff84ca213d Merge pull request #374 from codegangsta/kytrinyx-action-err
9 years ago
Dan Buch 1cda555a05
Merge branch 'action-err' of https://github.com/kytrinyx/cli into kytrinyx-action-err
9 years ago
Dan Buch fd7bf3b85f Merge pull request #373 from codegangsta/doc-custom-help
9 years ago
Dan Buch b738841df8
Add some explicit docs about help text customization
9 years ago
Dan Buch e0d7cbbe2c Merge pull request #372 from codegangsta/deprecation-cleanups
9 years ago
Dan Buch 784038bca2 Merge pull request #371 from codegangsta/harshavardhana-hidden-flags
9 years ago
Dan Buch 007295e509
Cleaning up the recently-introduced deprecations
9 years ago
Dan Buch 9584555150
Include details of hidden flag impl in CHANGELOG
9 years ago
Dan Buch fed78b8bab
Rework of hidden flag impl plus some Action func corrections
9 years ago
Harshavardhana 99431669d0
New ``Hide`` variable for all Flags
9 years ago
Dan Buch 879acab1d0 Merge pull request #369 from codegangsta/v1.15.0-prep
9 years ago
Dan Buch a9afed5b15
Prepping v1.15.0 release
9 years ago
Dan Buch aaac36ecb9 Merge pull request #368 from codegangsta/yaml-nested-changelog
9 years ago
Dan Buch 896d2fd3c1
Add a note to CHANGELOG about dot-delimited YAML key lookup
9 years ago
Dan Buch 15d4455a61 Merge pull request #365 from roboll/nested-flags
9 years ago
Dan Buch 9f8c5004f2 Merge pull request #367 from codegangsta/bryanl-bryanl-set-context-values
9 years ago
Dan Buch f3b589e892
Remove unreachable code
9 years ago
Dan Buch e059dc8188
Implement *Context.GlobalSet + relevant CHANGELOG entry
9 years ago
Dan Buch 4edb5c9a6b
Merge branch 'bryanl-set-context-values' of https://github.com/bryanl/cli into bryanl-bryanl-set-context-values
9 years ago
Dan Buch b4054ddd3c Merge pull request #366 from codegangsta/metadata-note
9 years ago
Dan Buch e2161d7f64
Minor changelog update bits
9 years ago
Dan Buch e671f0b23b Merge pull request #339 from jack230230/master
9 years ago
Dan Buch 663fc0b623 Merge pull request #361 from codegangsta/txgruppi-develop
9 years ago
王振威 f72d405107 Change Extras to Metadata
9 years ago
rob boll 36a5323a47 altsrc: allow nested defaults in yaml files
9 years ago
Dan Buch 06c01a4bba
A few tweaks based on feedback in #361
9 years ago
Dan Buch 4cae17cfe1
Ensure MultiError returned when both Before and After funcs given
9 years ago
Dan Buch 61d4175525
Merge remote-tracking branch 'origin/master' into txgruppi-develop
9 years ago
Dan Buch 222ec6fb7e Merge pull request #364 from codegangsta/assert-before-command-after-ordering
9 years ago
Dan Buch 6eb8c82596
Merge remote-tracking branch 'origin/master' into txgruppi-develop
9 years ago
Dan Buch 2c0e13ecf8
Revising/adding tests that assert order of operations inside App.Run
9 years ago
Dan Buch 6e08192c80 Merge pull request #363 from codegangsta/global-float64
9 years ago
Dan Buch b9bbb35c5b
Add change to Fixed section of Unreleased in CHANGELOG
9 years ago
Dan Buch bd0f13d022
Add Context.GlobalFloat64 plus tests
9 years ago
Dan Buch 7651aa05a6
TRIVIAL specify *return* signature in deprecation message
9 years ago
Dan Buch c3a6370616
Moving remaining details from #361 description to CHANGELOG.md
9 years ago
Dan Buch b453bf5940
Clarifying errors returned from HandleAction + tests
9 years ago
Dan Buch 271b56c71b
Cleanups based on feedback in #361
9 years ago
Dan Buch 7371138edb
Add back App.RunAndExitOnError with deprecation message
9 years ago
Dan Buch 02924293ff
Removing unused vars
9 years ago
Dan Buch 9e8ead512a
Making gfmxr assertion stronger
9 years ago
Dan Buch 3b5133fbb1
Add gfmxr integration for checking examples in README.md
9 years ago
Dan Buch d45f7c1fe2
Allow for legacy and newer Action func signatures
9 years ago
Dan Buch d48e22a9dd
Docs around exit error behavior, + handling MultiError in HandleExitCoder
9 years ago
Dan Buch b2ac0616d1
TRIVIAL Remove trailing whitespace
9 years ago
Dan Buch 23c7b807a7
Merge remote-tracking branch 'origin/master' into txgruppi-develop
9 years ago
Dan Buch 882dd2cc6b
Making sure examples in README are valid
9 years ago
Dan Buch f688d47415
Encapsulate ExitCoder check into a lil func
9 years ago
Dan Buch f3e55a0783
Move error types to errors.go
9 years ago
Dan Buch b7329f4968
Switch from multi-return with exit codes to ExitCoder check
9 years ago