Update docs around migration script
and ensure ~/.local/bin is in PATH on OS X
This commit is contained in:
parent
462217f9fc
commit
3914ca9d5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
*.coverprofile
|
||||
.extracted-examples
|
||||
|
@ -18,6 +18,7 @@ matrix:
|
||||
include:
|
||||
- go: 1.6.2
|
||||
os: osx
|
||||
env: PATH=$HOME/.local/bin:$PATH
|
||||
- go: 1.1.2
|
||||
install: go get -v .
|
||||
before_script: echo skipping gfmxr on $TRAVIS_GO_VERSION
|
||||
|
@ -15,8 +15,8 @@
|
||||
|
||||
### Removed
|
||||
- the ability to specify `&StringSlice{...string}` or `&IntSlice{...int}`.
|
||||
To migrate to the new API, you may choose to run [this helper
|
||||
(python) script](./cli-migrate-slice-types).
|
||||
To migrate to the new API, you may choose to run [the migrator
|
||||
(python) script](./cli-v1-to-v2).
|
||||
- The optimistic reordering of arguments and flags introduced by
|
||||
https://github.com/codegangsta/cli/pull/36. This behavior only worked when
|
||||
all arguments appeared before all flags, but caused [weird issues with boolean
|
||||
|
Loading…
Reference in New Issue
Block a user