Commit Graph

16 Commits

Author SHA1 Message Date
Antoine Eiche
8a8d8691bd Add migrator for bash related names
It migrates
- BashComplete -> ShellComplete
- EnableBashCompletion -> EnableShellCompletion
- BashCompletionFlag -> GenerateCompletionFlag
2016-08-01 14:40:20 +02:00
Dan Buch
796679fd8b
Clean out urfave/cli.v2.a, wrap long line 2016-06-22 16:57:18 -04:00
Dan Buch
df685fbacc
Remove NewApp initializer
and move defaulting to `App.Setup`
2016-06-22 12:47:57 -04:00
Dan Buch
c413767d25
Fixing some flake8 gripes 2016-06-02 04:45:13 -04:00
Dan Buch
6dcb4fdfa4
Migrator script output tweaks, debug logging 2016-06-02 04:43:31 -04:00
Dan Buch
73acde8e69
Make migrators ordered, clean up some duplication 2016-06-02 04:37:36 -04:00
Dan Buch
92b70c22ac
Add more v1 -> v2 migrators 2016-06-01 19:11:05 -04:00
Dan Buch
733431d5c2
Wrap a long line 2016-05-31 20:59:09 -04:00
Dan Buch
cbd0e8231b
Add migrator for stringly values of flag "Name"
and reorganize things a bit for less jumpy editing
2016-05-31 20:58:12 -04:00
Dan Buch
c9011d8351
Add migrators for context.Args() indexing and EnvVars 2016-05-31 16:39:56 -04:00
Dan Buch
e3a099f7c5
Cleanups per flake8 and code review 2016-05-30 15:24:16 -04:00
Dan Buch
659e1c1e0b
Fill in migrations for cli.Exit and BoolFlag with Value 2016-05-30 15:16:19 -04:00
Dan Buch
462217f9fc
Allow zero+ paths in migration script
and run the self-tests on Windows, too.
2016-05-30 10:46:00 -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