Dan Buch
93a3190684
Bump declared module and internal usage to `/v3/`
2 years ago
Dan Buch
4536c8742d
Point to the docs tree and site from top-level README
2 years ago
Dan Buch
f3cf7640c7
Backing out build tag for suggestions per recommendation
...
from @kolyshkin 🙇
2 years ago
Dan Buch
974f2d410d
Guard suggestion capability (+ dependency) with build tag
2 years ago
Dan Buch
a07f0d18cf
Merge pull request #1371 from urfave/release-metadata
...
Cleaning up some release-related metadata & docs
2 years ago
Kir Kolyshkin
49e43beba3
Add urfave_cli_no_docs build tag
...
This removes the resulting binary dependency on cpuguy83/md2man and
russross/blackfriday, which saves more than 400 KB (more than 300 KB
once stripped) from the resulting binary.
Document this in README.
2 years ago
Dan Buch
f1ce5c74b0
Cleaning up some release-related metadata
2 years ago
Dan Buch
7c50be3d7c
Switch branch references from `master` to `main`
...
Connected to #1349
2 years ago
Dan Buch
d7bc33018b
Drop references/usage of GO111MODULE
2 years ago
Zach Wasserman
797d5a8d46
Link directly to pkg.go.dev
4 years ago
Zach Wasserman
a7dc35be5b
Link to godoc for v2
...
This is consistent with the default tag for the repository.
4 years ago
Tom Limoncelli
9fd9cd1117
Link to migration guide
5 years ago
lynn [they]
f4ec4f67b3
Update README.md
5 years ago
lynn [they]
d7919f0fdd
Update README.md
5 years ago
lynn [they]
19b75862ba
Update README.md
5 years ago
lynn [they]
0757e0c73c
Merge branch 'master' into lynncyrin-patch-9
5 years ago
lynn [they]
8bb9d2149a
Update README.md
5 years ago
lynn [they]
dd803d3ea3
Update README.md
5 years ago
Nick Olinger
7ca7126677
Update readme build info
5 years ago
lynn [they]
4aead03ade
Merge branch 'master' into remove-beta-warning
5 years ago
lynn [they]
107f94275b
Update README.md
5 years ago
lynn [they]
395461401d
Remove v2 beta warning
5 years ago
Evgeniy Kulikov
e4fc68c63e
Fix wrong url for v2
...
Repo not found for `github.com/urfave/cli.v2`
```
→ go get github.com/urfave/cli.v2
go get github.com/urfave/cli.v2: git ls-remote -q origin in $GOPATH/pkg/mod/cache/vcs/f2d73ffea2d87a2720e81700b9dcf7285d8c2e5750a4b4c55dff989e537a7c8e: exit status 128:
remote: Repository not found.
fatal: repository 'https://github.com/urfave/cli.v2/ ' not found
```
Correct path `github.com/urfave/cli/v2`
```
→ go get github.com/urfave/cli/v2
go: finding github.com/urfave/cli/v2 v2.0.0-alpha.2
go: downloading github.com/urfave/cli/v2 v2.0.0-alpha.2
go: extracting github.com/urfave/cli/v2 v2.0.0-alpha.2
```
5 years ago
lynn [they]
7739b8cf88
Update README.md
...
Co-Authored-By: Sascha Grunert <mail@saschagrunert.de>
5 years ago
lynn [they]
4545ff3aa1
Mention `v2` first
5 years ago
lynn [they]
f11ce3ba2f
Update readme for the v2 merge
...
_(title)_
5 years ago
Lynn Cyrin (they/them)
9b0f38824e
add usage documentation links
5 years ago
Lynn Cyrin (they/them)
3cf1eb69b9
update import path
5 years ago
Lynn Cyrin (they/them)
0b26e2fa44
update install path
5 years ago
Lynn Cyrin
43f9b3ff1c
setup versioned docs
5 years ago
Lynn Cyrin (they/them)
edd8cb2068
Bump go version to 1.10 in readme
...
Closes https://github.com/urfave/cli/issues/875
5 years ago
russoj88
6a25af9641
Merge branch 'master' into UpdateREADME_gopkg.in_v1
5 years ago
Lynn Cyrin (they/them)
e11183fe50
Modernize readme
...
I assume that people no longer care about what the package was named many years ago
5 years ago
russoj88
3bc62c4fde
Mimic v2 example code from above.
5 years ago
russoj88
62b8a7cc2c
Add "Using v1 releases" to table of contents.
5 years ago
russoj88
cc091db561
Update README.md
...
Only instruct on right way to use library.
Co-Authored-By: Lynn Cyrin (they/them) <lynncyrin@gmail.com>
5 years ago
russoj88
f529dad70c
Update README.md
...
Include suggestion to put example in.
Co-Authored-By: Lynn Cyrin (they/them) <lynncyrin@gmail.com>
5 years ago
russoj88
f2c26bab77
Rewrite the "pinning to v1" section.
5 years ago
Ajitem Sahasrabuddhe
286133fee5
Merge branch 'master' into combined
5 years ago
Audrius Butkevicius
815c29ffc7
Merge branch 'master' into combined
5 years ago
Ajitem Sahasrabuddhe
fd395786a2
Update README.md
...
remove quotes around coverage badge
5 years ago
Ajitem Sahasrabuddhe
22e1fc8419
Update README.md
...
add codecov.io badge
5 years ago
Ajitem Sahasrabuddhe
e2de8c7458
update readme with correct error message, add 1.12 and 1.11 to travis
5 years ago
Robert Liebowitz
8d31c5e167
Update README.md
...
Co-Authored-By: Ajitem Sahasrabuddhe <ajitem.s@outlook.com>
5 years ago
Robert Liebowitz
03153b9cf8
Allow combining short flags globally
5 years ago
Lynn Cyrin (they/them)
c25e4cab32
Merge branch 'master' into master
5 years ago
Lynn Cyrin (they/them)
b1a7c502eb
Merge branch 'master' into master
5 years ago
Audrius Butkevicius
b2421d1235
Merge branch 'master' into patch-1
5 years ago
Jordan Christiansen
c75a689f62
Make exit code example more clear
...
The purpose of this example is to show that you can exit with an error
code if a flag is unspecified, but with the code as it is, the only way
to cause a non-zero exit is by adding the flag `--ginger-crouton=false`,
which is not explained in the example.
In this new version of the example, running the command with no flag
will exit with an error, and running it with the flag will exit
normally.
5 years ago
mingrammer
ddc3453179
Update README.md
6 years ago