Commit Graph

1528 Commits

Author SHA1 Message Date
Roberto Hidalgo
f3295e3cdb
Check for parsing errors within parse.go:parseIter
Add description to that function's docstring, and delete extraneous space
2019-11-27 11:42:57 -05:00
Roberto Hidalgo
90a62d7b0c
Prevent panic on flagSet access from custom BashComplete
Fixes #944
2019-11-25 14:25:11 -05:00
lynn [they]
4805bd168c
Merge pull request #943 from saschagrunert/docs-fix
Fix gofmrun for v2 manual
2019-11-24 18:27:00 -08:00
Sascha Grunert
41b2ed1593
Fix gofmrun for v2 manual
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-23 20:14:49 -08:00
lynn [they]
a560b5c2a7
Merge pull request #935 from urfave/v1v2release
Releases 1.22.2 and 2.0.0
2019-11-21 00:55:35 -08:00
lynn [they]
2a060236ea
Merge branch 'master' into v1v2release 2019-11-20 21:00:15 -08:00
lynn [they]
47016a65eb
Merge pull request #900 from saschagrunert/author-improvement
Improve docs generation for cli.Authors
2019-11-20 21:00:05 -08:00
lynn [they]
d126101d1b
Merge branch 'master' into author-improvement 2019-11-19 22:32:31 -08:00
lynn [they]
4032749ccd
Merge pull request #938 from CallanTaylor/close-unclosed-file
Close file
2019-11-19 22:32:19 -08:00
Callan Taylor
90dfd23c63
Merge branch 'master' into close-unclosed-file 2019-11-20 10:20:26 +13:00
lynn [they]
92fa29ce8d
Merge pull request #939 from im-kulikov/patch-1
typo: fix wrong url in readme for v2
2019-11-19 00:04:40 -08:00
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
```
2019-11-19 10:36:13 +03:00
CallanTaylor
7123798a43 Close file' 2019-11-19 11:48:45 +13:00
lynn [they]
108d39a38e
Merge pull request #741 from corruptmemory/expose-value
Exposed the `value` accessor in `Context`
2019-11-18 12:07:22 -08:00
Jim Powers
615e70ef22 Rebased upstream - Fixed NPE 2019-11-18 07:38:48 -05:00
Jim Powers
5dafdb1de6 Exposed the value accessor in Context 2019-11-18 06:24:31 -05:00
Lynn Cyrin
cca5dd14d8 use up less space 2019-11-17 22:25:47 -08:00
Lynn Cyrin
d301b5a608 v2 credits 2019-11-17 22:23:03 -08:00
Lynn Cyrin
645bbb6478 v1 changelog 2019-11-17 22:13:19 -08:00
lynn [they]
e2955ca2e3
Merge branch 'master' into author-improvement 2019-11-17 21:54:08 -08:00
Lynn Cyrin
ec54507fa2 typos 2019-11-17 20:39:40 -08:00
Lynn Cyrin
3e65ba85a0 v1 and v2 releases 2019-11-17 13:14:22 -08:00
lynn [they]
754ed1bf85
Merge pull request #932 from urfave/lynncyrin-patch-3
Add issue templates
2019-11-14 23:19:12 -08:00
lynn [they]
1d4ad95be4
Merge branch 'master' into lynncyrin-patch-3 2019-11-14 22:41:17 -08:00
lynn [they]
c443515517
Merge pull request #927 from urfave/lynncyrin-patch-2
Mention `v2` first
2019-11-14 22:40:46 -08:00
lynn [they]
3541486e76
Merge branch 'master' into author-improvement 2019-11-14 14:10:40 -08:00
lynn [they]
708b7704ac Add issue templates 2019-11-14 14:06:01 -08:00
lynn [they]
7739b8cf88
Update README.md
Co-Authored-By: Sascha Grunert <mail@saschagrunert.de>
2019-11-14 12:51:31 -08:00
lynn [they]
4545ff3aa1
Mention v2 first 2019-11-13 14:03:36 -08:00
lynn [they]
f6f1ac661b
Merge pull request #924 from urfave/lynncyrin-patch-1
Update readme for the v2 merge
2019-11-13 13:50:59 -08:00
Sascha Grunert
2cb62f5091
Improve docs generation for cli.Authors
This allows specifying multiple authors, whereas no available authors
will be formatted correctly now.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-09 11:32:34 +01:00
lynn [they]
e2bb4bb318
Merge branch 'master' into lynncyrin-patch-1 2019-11-09 00:59:04 -08:00
Ajitem Sahasrabuddhe
05874240ed
Merge pull request #916 from Daanikus/close-file
Add missing call to Close()
2019-11-09 12:17:18 +05:30
lynn [they]
f11ce3ba2f
Update readme for the v2 merge
_(title)_
2019-11-08 22:29:06 -08:00
lynn [they]
ab22854146
Merge branch 'master' into close-file 2019-11-08 22:11:07 -08:00
lynn [they]
ee875e4a71
Merge pull request #892 from urfave/v2-master-merge
v2 master merge
2019-11-08 21:52:51 -08:00
Ajitem Sahasrabuddhe
84461bc1ff
Update CHANGELOG.md
update changelog
2019-11-08 22:11:34 +05:30
Dan Bent
310284f8d7 close file using existing style 2019-11-08 13:56:05 +13:00
Daanikus
80fdcd65de add missing call to file.Close() 2019-10-31 15:25:15 +13:00
Lynn Cyrin
434d6cba03 remove old tests 2019-10-23 22:29:10 -07:00
Lynn Cyrin
3dce56ab0d remove v1 regression test 2019-10-23 22:26:34 -07:00
Lynn Cyrin
c4b24a1c87 add v2 doc tests 2019-10-23 22:23:50 -07:00
Lynn Cyrin
8576adbf98 clip contributing guidelines 2019-10-23 22:22:04 -07:00
Lynn Cyrin
19756499b9 fix spacing 2019-10-23 22:19:35 -07:00
Lynn Cyrin
c8c0a048fb Merge remote-tracking branch 'origin' into v2-master-merge 2019-10-23 22:15:30 -07:00
lynn [they]
850de854cd
Merge pull request #896 from urfave/versioned-docs
Setup basic versioned docs
2019-10-23 21:26:01 -07:00
lynn [they]
a16e68e92d
Merge branch 'master' into versioned-docs 2019-10-23 21:03:27 -07:00
Audrius Butkevicius
397c7d6c1a
Merge pull request #872 from urfave/pass-through-regression
Fix 1.21.0 pass through regression
2019-10-22 08:14:13 +01:00
lynn [they]
04800011f9
Merge branch 'master' into pass-through-regression 2019-10-21 22:17:35 -07:00
lynn [they]
e72f87a921
Merge pull request #913 from rliebz/help-printer-v2
Update v2 branch with #912
2019-10-21 09:45:40 -07:00