Commit Graph

1599 Commits

Author SHA1 Message Date
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
Jesse Szwedko
2b959bd891 Merge pull request #470 from johnweldon/PTAL-v2-implement-JSON-InputSource
Add JSON InputSource to altsrc package
2016-07-04 20:00:39 -07:00
John Weldon
271001a937 Merge branch 'v2' into PTAL-v2-implement-JSON-InputSource 2016-07-02 21:45:23 -07:00
Jesse Szwedko
3c9856d0fd Add Float64SliceFlag to the CHANGELOG 2016-07-02 21:44:48 -07:00
Jesse Szwedko
c99ea0b14b Merge pull request #468 from bfreis/v2
adding support for Float64SliceFlag
2016-07-02 21:29:10 -07:00
John Weldon
91563b8ff0 Add JSON InputSource to altsrc package
- Implement NewJSONSource* functions for returning an InputSource from
   various JSON data sources.
 - Copy and modify YAML tests for the JSON InputSource
2016-07-02 12:58:15 -07:00
Bruno França dos Reis
028af4bc35 adding support for Float64SliceFlag 2016-06-28 19:52:25 -07: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
Jesse Szwedko
ee464a6db7 Merge pull request #465 from urfave/declarativeness
Remove `NewApp` initializer
2016-06-25 11:08:53 -05: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
Dan Buch
99621d571e
Merge remote-tracking branch 'origin/v2' into declarativeness 2016-06-22 23:07:20 -04:00
ef7fea16bc Merge pull request #464 from urfave/merging-from-v1
Merging from v1
2016-06-22 23:04:43 -04:00
Dan Buch
796679fd8b
Clean out urfave/cli.v2.a, wrap long line 2016-06-22 16:57:18 -04:00
Dan Buch
76d44cff06
Ensure gfmxr installs with cli.v2
and *then* make this repo shadow cli.v2
2016-06-22 12:55:38 -04:00
Dan Buch
df685fbacc
Remove NewApp initializer
and move defaulting to `App.Setup`
2016-06-22 12:47:57 -04:00
Dan Buch
0f135b318e
Merge remote-tracking branch 'origin/v1' into merging-from-v1 2016-06-22 12:03:21 -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
b5f16ff767 Merge pull request #461 from urfave/merging-from-v1
Merging from v1
2016-06-22 08:41:05 -04:00
Dan Buch
5249491f24
Merge remote-tracking branch 'origin/v1' into merging-from-v1 2016-06-21 14:31:01 -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
Dan Buch
d63e456b33
Merge remote-tracking branch 'origin/v1' into merging-from-v1 2016-06-21 12:50:05 -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
a65711bb38 Merge pull request #458 from urfave/merging-from-v1
Merging from v1
2016-06-18 17:05:59 -04:00
Dan Buch
77722a46e1
Explicitly run markdown-toc with bash on Windows 2016-06-18 16:46:41 -04:00
Dan Buch
8cfdccbf0f
More tweaks to how ./runtests toc runs on Windows 2016-06-18 16:37:11 -04:00
Dan Buch
d2596f4c86
Disable gfmxr debugging on Windows 2016-06-18 16:31:05 -04:00
Dan Buch
2569db1dc9
Where is npm bindir? 2016-06-18 16:29:33 -04:00
Dan Buch
21219e2b65
Flush stderr after every print 2016-06-18 16:28:50 -04:00
Dan Buch
0ef116788d
Run npm install in cmd subshell on Windows 2016-06-18 16:24:46 -04:00
Dan Buch
dec06d2837
Dynamically find path of markdown-toc executable 2016-06-18 16:20:29 -04:00
Dan Buch
8eaf6be8fa
Trying to powershell better 2016-06-18 16:04:39 -04:00
Dan Buch
c24cac3f93
Try to YAML betterer 2016-06-18 15:59:54 -04:00
Dan Buch
29dc3f0c7c
More tweaks to npm usage on Windows 2016-06-18 15:59:00 -04:00