Robert Liebowitz
b44660ac3d
Consider case when sorting strings
...
This makes sorting flags and other sections consistent with how most
command line tools function, by placing both flags `-A` and `-a` before
a flag `-B`.
2017-10-28 03:00:11 -04:00
Jesse Szwedko
7bc6a0acff
Merge pull request #628 from phinnaeus/master
...
Allow custom ExitError handler function
2017-10-14 13:27:26 -07:00
Tyler Davis
40263f4d6a
Merge branch 'master' into master
2017-10-13 12:05:14 -07:00
Jesse Szwedko
2997500ba5
Merge pull request #672 from sierraechobravo/master
...
fix go report card issues
2017-10-07 13:56:23 -07:00
Sebastian Sprenger
c202606a17
fix golint issues
2017-10-06 07:29:13 +02:00
Sebastian Sprenger
c3cc74dac7
fix ineffective assigns
2017-10-06 07:28:43 +02:00
Sebastian Sprenger
67ee172e6d
fix misspelling issue
2017-10-06 07:28:18 +02:00
Jesse Szwedko
ac249472b7
Merge pull request #661 from rliebz/custom-flag-help
...
Allow customization of prefixes and environment variable hints in flag help strings
2017-09-25 20:41:18 -07:00
Tyler Davis
7233c502e3
Merge branch 'master' into master
2017-09-22 10:08:36 -07:00
Robert Liebowitz
cbbe4c1a2c
Add tests for custom flag prefix/env hints
2017-09-18 00:44:42 -04:00
rliebz
11d45572f9
Export funcs to configure flag prefix/env hints
...
This will allow users to customize the prefix section or env hint
section of the flag entries in the help menu without having to
reimplement the rest of the logic required in defining FlagStringer.
2017-09-18 00:00:27 -04:00
Jesse Szwedko
7fb9c86b14
Merge pull request #664 from maguro/master
...
Add newline before command categories
2017-09-10 21:08:19 -07:00
Alan D. Cabrera
1d334f10ce
Add newline before command categories
...
The simple formatting change adds a nice blank line before each command
category. Documentation in README.md is also updated to be more
accurate.
2017-09-08 10:43:30 -07:00
5dc55f2287
Merge branch 'master' into master
2017-08-13 12:42:49 -04:00
f017f86fcc
Merge pull request #659 from urfave/define-flag-precedence
...
Define flag source precedence in README
2017-08-13 10:59:49 -04:00
44c648739b
Merge branch 'master' into define-flag-precedence
2017-08-13 10:54:04 -04:00
Jesse Szwedko
cfb3883072
Prepare CHANGELOG for v1.20.0 release
2017-08-10 18:42:03 -07:00
Jesse Szwedko
e1fa109a31
Define flag source precedence in README
...
Fixes #646
2017-08-10 17:54:24 -07:00
Jesse Szwedko
b99aa811b4
Merge pull request #654 from urfave/appveyor-updates
...
Update os, image, golang, and python versions used in appveyor
2017-08-04 02:34:15 -07:00
Dan Buch
f59114b410
Update os, image, golang, and python versions used in appveyor
2017-08-03 22:59:38 -04:00
2903b76a12
Merge branch 'v1' into master
2017-08-03 17:58:28 -04:00
9128fe1c38
Merge pull request #652 from urfave/travis-tweaks
...
Update travis config
2017-08-03 17:57:53 -04:00
Dan Buch
184ffb5e57
Use os
matrix instead of explicit matrix.include
2017-08-03 15:38:19 -04:00
Dan Buch
8164aa88ca
Update travis config
...
to only test on 1.8.x, and ensure we route to Ubuntu Trusty and a
recent macOS image.
2017-08-03 15:07:56 -04:00
Tyler Davis
10e81bacd1
Merge branch 'master' into master
2017-07-20 12:44:56 -07:00
Jesse Szwedko
4b90d79a68
Merge pull request #643 from nikkolasg/patch-1
...
[example] Make the basic example build-able.
2017-07-06 12:46:25 -07:00
Nicolas Gailly
a6dd54e94b
make the basic example build-able.
2017-07-06 16:20:09 +02:00
Tyler Davis
5d528e2052
use exit errors in uts
2017-06-28 13:04:09 -07:00
Tyler Davis
58450552ee
Add Test
2017-06-28 12:52:50 -07:00
Tyler Davis
71bdf81f5a
sigh... fix one more named parameter issue
2017-06-28 10:10:11 -07:00
Tyler Davis
172bb92059
fix named parameter issue
2017-06-28 10:07:25 -07:00
Tyler Davis
530df59178
Pass context into handleExitCoder
2017-06-28 09:52:12 -07:00
Tyler Davis
9d61cbad02
Updated command.go to use App handleExitCoder
2017-06-28 09:41:08 -07:00
Tyler Davis
ceee6408d5
Revert "Fix how to do defaults in app.go"
...
This reverts commit 8906567dc2ad52fd31c50cf02fa606505a1323ba.
2017-06-28 09:38:48 -07:00
Tyler Davis
80b09a4d11
Fix how to do defaults in app.go
2017-06-28 09:38:48 -07:00
Tyler Davis
827da610b4
Add a bit more documentation
2017-06-28 09:38:48 -07:00
Tyler Davis
538742687b
Add ExitErrHandlerFunc type
2017-06-28 09:38:48 -07:00
Tyler Davis
c48a829640
Allow custom exit err handlers
2017-06-28 09:38:48 -07:00
Jesse Szwedko
b892ba3809
Merge pull request #583 from karalabe/invalidate-isset-cache
...
Invalidate context.setFlags cache on modification.
2017-06-24 20:28:08 -07:00
Jesse Szwedko
3ac1e107fe
Merge pull request #593 from urfave/command-subcommand-usage-text
...
Display UsageText on Commands and Subcommands
2017-06-24 20:27:41 -07:00
Jesse Szwedko
3ddfc81916
Merge pull request #626 from urfave/do-not-double-print-before-errors
...
Do not double print errors from Before()
2017-06-24 20:12:38 -07:00
Jesse Szwedko
4fb301aa38
Merge branch 'master' into invalidate-isset-cache
2017-06-24 20:04:24 -07:00
Jesse Szwedko
48db8e2435
Display UsageText on Commands and Subcommands
...
If it is set, otherwise build the usage.
Fixes #592
2017-06-24 20:02:36 -07:00
Jesse Szwedko
c64d74a5d9
Do not double print errors from Before()
...
They should be handled by HandleExitCoder() as `After()` errors are.
2017-06-24 19:57:19 -07:00
Jesse Szwedko
f229e3c59c
Merge pull request #629 from josephlr/use-usage-error-for-app
...
Subcommand OnUsageError should be passed to app
2017-06-24 19:32:30 -07:00
Joe Richey joerichey@google.com
291122b8f0
Subcommand OnUsageError should be passed to app
...
Not all of the Command components were being passed to the created App
in the startApp function.
2017-06-21 17:55:49 -07:00
Jesse Szwedko
cf33a9befe
Merge pull request #586 from minio/extra-info
...
Add support for custom help templates.
2017-06-11 17:00:38 -07:00
Jesse Szwedko
74811faef3
Merge branch 'master' into extra-info
2017-06-11 16:24:10 -07:00
Jesse Szwedko
db0ff44081
Merge pull request #630 from josephlr/support-custom-flags
...
Add ability to use custom Flag types
2017-06-11 15:37:36 -07:00
Harshavardhana
dd3849a7e6
Add tests as requested.
2017-05-08 09:53:53 -07:00