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
Jesse Szwedko
ee464a6db7
Merge pull request #465 from urfave/declarativeness
...
Remove `NewApp` initializer
2016-06-25 11:08:53 -05: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
Dan Buch
11311185a0
Switch back to symlinking on Linux and Mac
...
and fix existence of markdown-toc on Windows
2016-06-18 15:47:23 -04:00
Dan Buch
a8027b8491
Use git to make a copy into urfave/cli.v2
2016-06-18 15:20:35 -04:00
Dan Buch
7cb40bd576
Fighting more with cmd
2016-06-17 11:36:23 -04:00
Dan Buch
98218064c0
Straighten out robocopy exit code
2016-06-17 11:31:18 -04:00
Dan Buch
54df4b6c6d
Try a more fancy robocopy command
2016-06-17 11:20:49 -04:00
Dan Buch
c07b18df3a
Try out robocopy maybe?
2016-06-17 11:13:55 -04:00
Dan Buch
5b14460f4e
Use xcopy instead of mklink on Appveyor
2016-06-17 10:48:56 -04:00
Dan Buch
cafccda7b9
Install gfmxr after symlinking into gopkg.in/urfave/cli.v2
2016-06-17 10:42:44 -04:00
Dan Buch
3357fcd631
Try linking to gopkg.in/urfave/cli.v2 on Appveyor, too
2016-06-17 10:31:05 -04:00
Dan Buch
6e6a80c4d3
Try symlinking into gopkg.in/urfave/cli.v2 better
2016-06-17 10:19:23 -04:00
Dan Buch
dc55e12942
Pull the full API example up a level
2016-06-17 10:01:34 -04:00
Dan Buch
9e21e0e342
Fix up the full API example in the README
2016-06-17 10:00:12 -04:00
Dan Buch
0c9b549918
Ensure remaining v1 additions are v2 compatible
2016-06-17 09:54:54 -04:00
Dan Buch
6c628a1a88
Merge remote-tracking branch 'origin/v1' into merging-from-v1
2016-06-17 09:11:36 -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
Dan Buch
ee69d3c011
Generate TOC in README
...
and assert it is up to date
2016-06-16 11:47:19 -04:00
Dan Buch
a0e694ed72
Add UintFlag, Uint64Flag types and supporting code
2016-06-16 11:13:32 -04:00
b7750a08e7
Merge pull request #455 from urfave/bfreis-master
...
Merging #454
2016-06-16 10:30:46 -04:00