Dan Buch
|
6d59b40b68
|
Skip flake8 bits on Windows
since pip isn't already there, installing it is a bit of a pain, and the results
*should* be the same on all platforms
|
2016-05-30 10:27:44 -04:00 |
|
Dan Buch
|
e9027a59ef
|
Do a user-level install with pip
|
2016-05-30 10:23:21 -04:00 |
|
Dan Buch
|
b47e152395
|
Handle migration of both files and dirs
|
2016-05-30 10:21:13 -04:00 |
|
Dan Buch
|
eadd3918f1
|
Correct some flake8 bits
|
2016-05-30 09:53:47 -04:00 |
|
Dan Buch
|
80190b203c
|
Rename migration script and add more migrators
|
2016-05-30 09:51:12 -04:00 |
|
Jesse Szwedko
|
dddab48818
|
Merge pull request #438 from urfave/show-bool-default
Show BoolFlag default value in help usage
|
2016-05-28 12:03:46 -07:00 |
|
|
3b03164c92
|
Merge branch 'v2' into show-bool-default
|
2016-05-28 04:49:10 -04:00 |
|
Jesse Szwedko
|
459201f506
|
Merge pull request #421 from urfave/minimize-struct-copying
Minimize copying while keeping things safe-ish
|
2016-05-27 20:00:23 -07:00 |
|
|
9a18ffad6c
|
Merge pull request #437 from urfave/formarlly
TRIVIAL formally -> formerly
|
2016-05-27 14:54:26 -04:00 |
|
|
c455f5c3ec
|
TRIVIAL formally -> formerly
|
2016-05-27 14:48:19 -04:00 |
|
Dan Buch
|
d616529afc
|
Use make once instead of a loop with append
|
2016-05-27 14:38:51 -04:00 |
|
Dan Buch
|
ed8f4ac408
|
Fix example that uses ExitCoder
|
2016-05-25 12:07:49 -04:00 |
|
Dan Buch
|
3d75e9e711
|
Go with interfaces + private opaque types
rather than public types that wrap slices
|
2016-05-25 12:05:14 -04:00 |
|
Dan Buch
|
cd1e8c3452
|
Merge remote-tracking branch 'origin/v2' into minimize-struct-copying
|
2016-05-25 09:35:21 -04:00 |
|
|
9d93484b37
|
Merge pull request #435 from urfave/merging-from-v1
Merging from v1
|
2016-05-25 09:32:33 -04:00 |
|
Dan Buch
|
8c89b2c442
|
Merge remote-tracking branch 'origin/master' into v2
|
2016-05-25 09:18:48 -04:00 |
|
Jesse Szwedko
|
c11b8c9158
|
Merge pull request #431 from urfave/clean-stringlies
Ensure flag "Name" field values are un-stringly-fied
|
2016-05-24 23:22:09 -07:00 |
|
|
595ba45e73
|
Merge pull request #434 from urfave/update-gfmxr-ref
Point at correct gfmxr location
|
2016-05-24 16:27:12 -04:00 |
|
Dan Buch
|
f2d92acb5d
|
Point at correct gfmxr location
|
2016-05-24 16:07:30 -04:00 |
|
|
403d147e41
|
Merge branch 'v2' into minimize-struct-copying
|
2016-05-24 10:31:42 -04:00 |
|
Dan Buch
|
2b288769c7
|
Add comment about commaWhitespace stripping of flag.Name
|
2016-05-24 04:00:37 -04:00 |
|
|
42bdb31055
|
Merge branch 'v2' into clean-stringlies
|
2016-05-24 03:54:50 -04:00 |
|
Jesse Szwedko
|
92372c1743
|
Merge pull request #433 from urfave/merging-from-v1
Merging from v1
|
2016-05-23 21:08:57 -07:00 |
|
Dan Buch
|
5700dc5a80
|
Merge remote-tracking branch 'origin/master' into v2
|
2016-05-23 22:09:32 -04:00 |
|
|
c70993dbc5
|
Merge branch 'v2' into minimize-struct-copying
|
2016-05-23 22:08:59 -04:00 |
|
|
80f444e0f5
|
Merge branch 'v2' into clean-stringlies
|
2016-05-23 22:08:42 -04:00 |
|
|
bfd74c7b2b
|
Merge pull request #432 from urfave/flag-alias-bug-430
Ensure all flag aliases are set when Destination given
|
2016-05-23 22:07:45 -04:00 |
|
Dan Buch
|
a41a43b00f
|
Switch to fmt.Fprintf for displaying usage error
|
2016-05-23 22:03:19 -04:00 |
|
Dan Buch
|
8f25dbb615
|
Ensure all flag aliases are set when Destination given
and extend "Incorrect Usage" message to show the error.
Closes #430
|
2016-05-23 22:00:59 -04:00 |
|
|
1ce6660d5d
|
Merge pull request #429 from urfave/travis-osx
Test latest go version on OS X
|
2016-05-23 20:56:50 -04:00 |
|
Dan Buch
|
ec05a8d31b
|
Ensure flag "Name" field values are un-stringly-fied
to (hopefully) help with bug triage & pinpointing usage issues since ripping out
stringly typed "Name".
|
2016-05-23 20:55:03 -04:00 |
|
Dan Buch
|
e4666418bb
|
Add (and backfill) some notes about platform support
|
2016-05-23 20:34:33 -04:00 |
|
Dan Buch
|
f136df348e
|
Only test latest go on osx
|
2016-05-23 20:21:14 -04:00 |
|
Dan Buch
|
dcc28a1b2b
|
Enable osx testing
|
2016-05-23 20:19:54 -04:00 |
|
Dan Buch
|
61710ff108
|
Make slice wrapping pattern more consistent
and move *Args out into its own file
|
2016-05-23 20:15:35 -04:00 |
|
|
59cdedb334
|
Merge branch 'v2' into minimize-struct-copying
|
2016-05-23 19:55:08 -04:00 |
|
|
685865d2d9
|
Merge pull request #428 from urfave/merging-from-v1
Merging from v1
|
2016-05-23 19:54:57 -04:00 |
|
Dan Buch
|
2f3309c789
|
Merge remote-tracking branch 'origin/master' into v2
|
2016-05-23 19:49:39 -04:00 |
|
|
edb48195de
|
Merge pull request #425 from urfave/appveyor-badge
Brush off Windows support
|
2016-05-23 19:45:33 -04:00 |
|
Dan Buch
|
377aca16cf
|
Trivial updates to appveyor config
|
2016-05-23 19:39:04 -04:00 |
|
Dan Buch
|
9b16216c07
|
Merge remote-tracking branch 'origin/v2' into minimize-struct-copying
|
2016-05-23 19:37:17 -04:00 |
|
Dan Buch
|
b37df9de86
|
See why README examples are unhappy on Windows
|
2016-05-22 20:35:25 -04:00 |
|
Dan Buch
|
4566119b39
|
Close temporary file before running go tool cover
|
2016-05-22 19:44:21 -04:00 |
|
Dan Buch
|
9491a91336
|
Try to run a python script
|
2016-05-22 19:37:59 -04:00 |
|
Dan Buch
|
d277cbf893
|
Use clone_folder in appveyor.yml
instead of dir moving shenanigans
|
2016-05-22 19:32:48 -04:00 |
|
Dan Buch
|
531c7defe7
|
Trying xcopy instead of move
|
2016-05-22 19:18:38 -04:00 |
|
Dan Buch
|
288d62118a
|
Try to get appveyor.yml working again
|
2016-05-22 19:15:05 -04:00 |
|
|
97e55662b1
|
Add Windows (appveyor) badge
|
2016-05-22 18:52:21 -04:00 |
|
|
449c7f96f3
|
Merge pull request #423 from urfave/merging-v1
Merging from master/v1
|
2016-05-22 18:35:34 -04:00 |
|
Dan Buch
|
6d6f7da978
|
Merging from master/v1
|
2016-05-22 18:30:07 -04:00 |
|