e43a9fbf1e
Merge pull request #497 from urfave/error-behavior-changelog-mention
...
Refine error handling behavior
2016-07-24 14:53:24 -04:00
kandayasu
dd7cc7a6d2
Merge branch 'master' into toml-support
2016-07-25 02:47:48 +09:00
Dan Buch
e9688813e4
Refine error handling behavior
...
so that exit 1 happens as long as error is non-nil
2016-07-24 12:09:05 -04:00
8ae5b3d5e2
Merge pull request #496 from urfave/write-non-nil-error-message-exit-nonzero
...
Write err to stderr, exit 1 if err != ""
2016-07-24 12:06:30 -04:00
Dan Buch
dd253d122c
Write err to stderr, exit 1 if err != ""
...
Closes #475
2016-07-24 11:57:51 -04:00
492afb9149
Merge pull request #494 from urfave/bump-tested-versions
...
Bump tested go versions
2016-07-23 18:33:46 -04:00
Dan Buch
76fb6d2ab7
Pin testing on go 1.4.2
...
since 1.4.3 is lacking `vet`
2016-07-23 18:16:45 -04:00
Dan Buch
71a99921b4
Bump tested go versions
...
and (maybe?) take advantage of support for N.x version syntax
2016-07-23 17:52:19 -04:00
383ad23a88
Merge pull request #492 from urfave/goimports-iff-available
...
Ignore failed goimports installs
2016-07-23 14:52:09 -04:00
Dan Buch
8d4b6abc2b
Ignore failed goimports installs
...
since we only use it with go versions >= 1.5 anyway
2016-07-23 14:39:14 -04:00
Yasuhiro KANDA
3fc3cd6485
Add TOML config file loader
2016-07-24 01:35:11 +09:00
11c134509d
Merge pull request #485 from urfave/switch-to-gfmrun
...
Switch to renamed gfmrun tool
2016-07-16 12:11:36 -04:00
Dan Buch
2c1fd1510c
Switch to renamed gfmrun tool
2016-07-16 09:12:42 -04:00
ec402ecec5
Merge pull request #482 from urfave/runtests-gen-all
...
Generate all code when checking for changes
2016-07-14 17:11:45 -04:00
Dan Buch
cbaa419c8f
Generate all code when checking for changes
2016-07-14 16:02:57 -04:00
f4ee034378
Merge pull request #481 from urfave/fix-subcommand-help-flag
...
Correctly show help message if `-h` is provided to subcommand
2016-07-14 16:00:57 -04:00
Jesse Szwedko
65da20beab
Correctly show help message if -h
is provided to subcommand
...
Currently, if an action is specified on a subcommand, it ignores the
`-h` and `--help` flags if passed to the subcommand, e.g.:
`foo bar -h`
would call the default action on `bar` rather than show the help
documentation.
Fixes #477
2016-07-13 14:48:16 -07:00
Jesse Szwedko
73aa67b7a2
Merge pull request #466 from urfave/flag-context-gen
...
Generate code for flag types and context accessors
2016-07-13 14:07:04 -07:00
Dan Buch
8a7c9b1e68
Merge remote-tracking branch 'origin/master' into flag-context-gen
2016-07-12 13:15:25 -04:00
3a5216227e
Merge pull request #479 from urfave/drop-go1.1.2-testing
...
Drop testing of go1.1.2
2016-07-12 13:14:36 -04:00
Dan Buch
8d976fe182
Get package choices from source of truth
2016-07-11 06:02:49 -04:00
Dan Buch
c3b03b8437
Adding flag type generation for altsrc
...
and a mention of this whole thing in the change log
2016-07-11 06:02:49 -04:00
1f769cfe01
Merge branch 'master' into flag-context-gen
2016-07-11 05:17:07 -04:00
Dan Buch
06f64bd31d
Update docs and change log regarding go1.1 drop
2016-07-11 05:16:14 -04:00
Dan Buch
a73e54fe92
Merge remote-tracking branch 'origin/master' into drop-go1.1.2-testing
2016-07-11 05:11:11 -04:00
166bb4fa62
Merge pull request #480 from TimeIncOSS/f-metadata
...
app: Allocate Metadata map automatically
2016-07-11 03:37:11 -04:00
Radek Simko
bef215fe3e
app: Allocate Metadata map automatically
2016-07-11 07:39:58 +01:00
Dan Buch
fa120b0c1d
Drop testing of go1.1.2
...
since it's already a fairly diverged set of tests, and the fact that it passes
appears to be causing issues with overall CI build status, which is probably
some odd issue that surfaces because we're using `matrix.include`
2016-07-10 19:27:39 -04:00
Dan Buch
77f1130e65
Generate flag type lookup funcs
2016-07-10 12:50:57 -04:00
Dan Buch
3a8ad862a6
Add help text/docs for generate-flag-types script
2016-07-10 12:26:09 -04:00
0d01711bcf
Merge branch 'master' into flag-context-gen
2016-06-28 14:50:20 -04:00
Jesse Szwedko
1efa31f08b
Release v1.18.0
2016-06-27 22:30:56 -07:00
Jesse Szwedko
2ec9cfb7f9
Add missing fixes to CHANGELOG.md
2016-06-27 22:28:27 -07:00
Dan Buch
111ea8b9d3
Unbreak runtests toc target
2016-06-23 09:59:04 -04:00
Dan Buch
ee0375e901
Nope, forget about toc on Windows
2016-06-23 09:42:33 -04:00
Dan Buch
1a9f445800
Try to run markdown-toc on Windows again (???)
2016-06-23 09:42:02 -04:00
Dan Buch
2455dd1f29
Skip go generate test on Windows
2016-06-23 01:09:21 -04:00
Dan Buch
d1081fb23f
Skip go generate check on older versions
2016-06-23 01:08:19 -04:00
Dan Buch
6185b8d8fd
Generate code for flag types and context accessors
2016-06-23 00:56:44 -04:00
Jesse Szwedko
4205e9c4ee
Merge pull request #463 from urfave/help-command-categorization
...
Help command categorization
2016-06-22 09:55:33 -05:00
Dan Buch
3c5afd4757
Hide help command for category tests
2016-06-22 09:48:39 -04:00
Dan Buch
be875c395c
Add test to verify help command usage
2016-06-22 09:41:42 -04:00
Dan Buch
5c7afce5b8
Add help command before category scan/sort
2016-06-22 09:34:24 -04:00
45677612ec
Merge pull request #462 from urfave/license-update
...
Update license text
2016-06-21 14:30:11 -04:00
Dan Buch
e1de87aedd
Update license text
2016-06-21 12:52:25 -04:00
6011f165dc
Merge pull request #460 from urfave/v2-volatility-clarification
...
Add stronger warning about `v2` volatility
2016-06-20 11:45:22 -04:00
Dan Buch
c20f912780
Add stronger warning about v2
volatility
...
and make **Notice** style more consistent
2016-06-20 10:57:45 -04:00
b438abf775
Merge pull request #457 from urfave/readme-toc
...
Generate TOC in README
2016-06-16 15:48:14 -04:00
81892f3f5f
Merge branch 'master' into readme-toc
2016-06-16 15:30:52 -04:00
Jesse Szwedko
06a850dff5
Merge pull request #456 from urfave/uint-flags
...
Add UintFlag, Uint64Flag types and supporting code
2016-06-16 11:58:30 -04:00