Dmitry Kutakov
62597fe929
simplify code - eliminate type assertions
...
"gosimple" linter says:
S1034: assigning the result of this type assertion to a variable (switch f := f.(type)) could eliminate the following type assertions:
flag.go:267:26
flag.go:270:28
flag.go:273:30
flag.go:276:29
2019-12-26 14:05:50 +01:00
lynn [they]
a56a0b93c8
Merge pull request #1016 from urfave/uncomment
...
Uncomment manual sections
2019-12-25 16:32:03 -08:00
Lynn
9c3c74b491
Revert "test changing line endings"
...
This reverts commit 813b4dd1d0
.
2019-12-25 09:20:44 -08:00
Lynn
813b4dd1d0
test changing line endings
2019-12-25 09:18:50 -08:00
Lynn
56dac7449a
remove appveyor
2019-12-25 09:11:53 -08:00
Lynn
8ac2777fb3
revert some stuff
2019-12-25 09:11:42 -08:00
Lynn
9c44406c87
refactor
2019-12-25 09:10:48 -08:00
Lynn
65d28dcc47
Merge remote-tracking branch 'origin' into github-actions-windows
2019-12-25 09:03:27 -08:00
Lynn
9000236c46
Merge branch 'uncomment' of github.com:urfave/cli into uncomment
2019-12-25 08:34:37 -08:00
Lynn
e491e7987e
Merge remote-tracking branch 'origin' into uncomment
2019-12-25 08:34:27 -08:00
lynn [they]
d7ea1670bd
Merge branch 'master' into uncomment
2019-12-25 08:27:22 -08:00
lynn [they]
efad8c4d92
Merge branch 'master' into patch-1
2019-12-25 08:17:36 -08:00
lynn [they]
c7f04148e9
Merge pull request #1008 from urfave/lynncyrin-patch-8
...
Add required flags documentation
2019-12-25 08:15:23 -08:00
Lynn
b4af22b7cc
bump ci
2019-12-25 08:14:39 -08:00
lynn [they]
78a8ee98a9
Merge branch 'master' into lynncyrin-patch-8
2019-12-25 08:06:25 -08:00
Lynn
82aed76272
uncomment
2019-12-25 08:05:23 -08:00
lynn [they]
aa1b27192c
Merge pull request #1001 from urfave/lynncyrin-patch-6
...
Update Github Actions to always run tests
2019-12-25 08:00:10 -08:00
lynn [they]
fe731866a5
Merge branch 'master' into lynncyrin-patch-6
2019-12-25 07:51:13 -08:00
lynn [they]
723f284a6e
Merge pull request #1014 from urfave/lynncyrin-patch-12
...
Fix 2.1.0 regression
2019-12-25 07:50:32 -08:00
Lynn Cyrin
5b57b2bf67
add changelog
2019-12-24 09:46:31 -08:00
Lynn Cyrin
b429f0381c
fix identation diff
2019-12-24 09:35:38 -08:00
Lynn Cyrin
c806e29aa5
fix doc tests
2019-12-24 09:34:31 -08:00
Lynn Cyrin
35510ee0f9
reduce diff
2019-12-24 08:58:40 -08:00
Lynn Cyrin
11777de30c
reduce diff
2019-12-24 08:58:27 -08:00
Lynn Cyrin
5d74b7723a
reduce diff
2019-12-24 08:56:36 -08:00
Lynn Cyrin
9eb7426ac3
add a fix
2019-12-24 08:55:31 -08:00
Lynn Cyrin
1651eec7b8
add a fix
2019-12-24 08:53:59 -08:00
Lynn Cyrin
b62c6419cb
new tests
2019-12-24 07:49:37 -08:00
Lynn Cyrin
7b57234c15
update gitignore
2019-12-24 07:23:36 -08:00
Lynn Cyrin
5e433e09e6
Revert "Update manual.md"
...
This reverts commit 49db826a05
.
2019-12-24 07:23:17 -08:00
Lynn Cyrin
b44b656820
failing test
2019-12-24 07:22:30 -08:00
lynn [they]
49db826a05
Update manual.md
2019-12-24 06:13:41 -08:00
lynn [they]
041d4f6437
Merge branch 'master' into patch-1
2019-12-24 06:06:13 -08:00
lynn [they]
a12e06e3fd
Merge branch 'master' into lynncyrin-patch-6
2019-12-24 06:05:23 -08:00
lynn [they]
ed1a2abc85
Merge pull request #1013 from urfave/lynncyrin-patch-11
...
Release 2.1.0
2019-12-24 05:59:58 -08:00
lynn [they]
3af2803627
Merge branch 'master' into lynncyrin-patch-11
2019-12-24 05:31:29 -08:00
lynn [they]
f81707e1a1
Merge pull request #1011 from urfave/lynncyrin-patch-9
...
Recommend Go Modules in the README
2019-12-24 05:18:53 -08:00
lynn [they]
0757e0c73c
Merge branch 'master' into lynncyrin-patch-9
2019-12-24 05:15:52 -08:00
lynn [they]
906d28d9fd
Merge pull request #1012 from urfave/lynncyrin-patch-10
...
Remove travis from the readme
2019-12-24 05:15:42 -08:00
lynn [they]
eed2043467
Update CHANGELOG.md
2019-12-24 04:01:27 -08:00
lynn [they]
93fe02a272
Update CHANGELOG.md
2019-12-24 03:59:10 -08:00
lynn [they]
8bb9d2149a
Update README.md
2019-12-24 02:07:27 -08:00
lynn [they]
dd803d3ea3
Update README.md
2019-12-24 01:22:07 -08:00
Lynn Cyrin
9ab51c32d9
appease gfmrun
2019-12-21 15:48:07 -08:00
Lynn Cyrin
daa24f660a
copy cleanup, remove feature not present in pr
2019-12-21 14:47:18 -08:00
Lynn Cyrin
e373baeb40
toc
2019-12-21 14:40:04 -08:00
Lynn Cyrin
bff6ec509b
Merge remote-tracking branch 'anberns/feature-add-flag-error-interface' into lynncyrin-patch-8
...
Co-authored-by: Aaron Berns <anberns@gmail.com>
2019-12-21 14:36:31 -08:00
Lynn Cyrin
90a349938e
temp remove
2019-12-21 14:31:20 -08:00
lynn [they]
e6e7a02882
Update manual.md
2019-12-21 13:57:36 -08:00
lynn [they]
0a92db4fe5
Merge branch 'master' into patch-1
2019-12-20 11:23:23 -08:00