Commit Graph

1707 Commits

Author SHA1 Message Date
Link Dupont
777b332bb7 Use VisibleFlags during doc generation
Hidden commands are excluded during doc generation but hidden flags are
not. Using VisibleFlags() instead of the Flags slice fixes that.

Signed-off-by: Link Dupont <link@sub-pop.net>
2019-12-19 08:38:43 -05:00
Nick Olinger
7ca7126677
Update readme build info 2019-12-19 22:22:26 +09:00
Martin Lees
99bae1d854
Merge branch 'master' into master 2019-12-19 10:25:58 +01:00
lynn [they]
8313645760
Update cli.yml 2019-12-18 18:11:43 -08:00
lynn [they]
3eee4a466e
Update cli.yml 2019-12-18 18:09:40 -08:00
lynn [they]
460fa698ab
Merge pull request #994 from urfave/lynncyrin-patch-3
Run Github Actions on the master branch
2019-12-18 16:02:09 -08:00
Martin Lees
dcbd0094dd removal of timestamp flag doc 2019-12-18 17:30:16 +01:00
lynn [they]
00d9600bb0
Update cli.yml 2019-12-18 00:40:37 -08:00
Martin Lees
539d14a1e1 fix tests 2019-12-16 15:16:41 +01:00
Martin Lees
07a35024e7 put the manual in its own doc block 2019-12-16 15:12:42 +01:00
Martin Lees
4033b7f079
Merge branch 'master' into master 2019-12-16 12:07:37 +01:00
Martin Lees
d4715a44b9 timestampflag examples 2019-12-16 12:06:39 +01:00
lynn [they]
cae7b0c5e1
Merge pull request #990 from urfave/lynncyrin-patch-2
Update changelog URL
2019-12-13 21:16:47 -08:00
Ajitem Sahasrabuddhe
f45bcfd2f8
Merge branch 'master' into lynncyrin-patch-2 2019-12-14 10:03:02 +05:30
lynn [they]
986e2c1bb3
Merge pull request #988 from liamchampton/golint-errors
Fix some golint errors
2019-12-13 19:55:49 -08:00
lynn [they]
106103ee7b
Update app.go 2019-12-13 19:54:14 -08:00
lynn [they]
67d8dbfc51
Merge branch 'master' into golint-errors 2019-12-13 19:51:07 -08:00
lynn [they]
f1a3d56aa6
Merge pull request #986 from saschagrunert/codecov-fix
Fix codecov reports in GitHub actions
2019-12-13 19:50:38 -08:00
Sascha Grunert
a8fbae22ae
Add codecov action
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-13 09:10:41 +01:00
lynn [they]
2eb5b30151
add codecov token 2019-12-12 23:03:40 -08:00
Liam Hampton
0f11fc8f30 amend comments
Signed-off-by: Liam Hampton <liam.hampton@ibm.com>
2019-12-12 21:29:09 +00:00
Liam Hampton
f29ad2ad48 fix some golint errors show in go report card
Signed-off-by: Liam Hampton <liam.hampton@ibm.com>
2019-12-12 21:24:43 +00:00
Martin Lees
d2b7f68cf3 Add more tests 2019-12-12 18:14:08 +01:00
Martin Lees
ea5443c879 Merge branch 'master' of github.com:drov0/cli 2019-12-12 17:40:30 +01:00
Martin Lees
76ebb62d02 fix flagTests loop 2019-12-12 17:40:18 +01:00
Martin Lees
4f69728cd7
Merge branch 'master' into master 2019-12-12 17:32:11 +01:00
Martin Lees
c62d7736ea fmt 2019-12-12 17:31:41 +01:00
Martin Lees
06eb576eaa Review fixes 2019-12-12 17:31:20 +01:00
Sascha Grunert
39ba647fbb
Fix codecov reports in GitHub actions
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-11 09:15:53 +01:00
Martin Lees
31c19a8ef3 timestamp flag 2019-12-09 11:50:47 +01:00
Ajitem Sahasrabuddhe
51e2b186d7 add support for go 1.11 2019-12-08 13:55:56 +05:30
Ajitem Sahasrabuddhe
0ce33c3785 handle windows line endings 2019-12-08 13:52:50 +05:30
lynn [they]
42b931bfe7
Merge pull request #979 from urfave/lynncyrin-patch-1
Disable codecov PR comments
2019-12-08 00:12:17 -08:00
Ajitem Sahasrabuddhe
84c49d078d
Merge branch 'master' into lynncyrin-patch-1 2019-12-08 13:27:16 +05:30
Ajitem Sahasrabuddhe
8769f2a64d
Merge pull request #970 from asahasrabuddhe/github-actions
GitHub actions
2019-12-08 10:01:49 +05:30
lynn [they]
4af0b06f68
Create .codecov.yml 2019-12-07 15:21:14 -08:00
Ajitem Sahasrabuddhe
646677ae0b optimise yml 2019-12-07 12:34:48 +05:30
Ajitem Sahasrabuddhe
d86f394a15
Merge branch 'master' into github-actions 2019-12-07 12:29:00 +05:30
Ajitem Sahasrabuddhe
c6a1e514a3 Merge branch 'github-actions' of https://github.com/asahasrabuddhe/cli into github-actions 2019-12-07 12:19:04 +05:30
Ajitem Sahasrabuddhe
0dcb2597ce pin gfmrun to version 2019-12-07 12:17:22 +05:30
Ajitem Sahasrabuddhe
969535eec6 replace log.Print with t.Log 2019-12-07 12:15:17 +05:30
Ajitem Sahasrabuddhe
fcdaa08dc8 update goproxy to valid value 2019-12-06 16:26:34 +05:30
Ajitem Sahasrabuddhe
da1a889fd6 update the way env is set 2019-12-06 16:24:53 +05:30
Audrius Butkevicius
0fae42541a
Merge pull request #975 from marwan-at-work/fixctx
add RunWithContext + remove signal cancellation
2019-12-06 10:40:44 +00:00
Ajitem Sahasrabuddhe
8bc13046c4
fix failing build 2019-12-06 14:04:12 +05:30
Ajitem Sahasrabuddhe
8dfefe854e
env fixes 2019-12-06 12:59:39 +05:30
Ajitem Sahasrabuddhe
67a8b288fd
fix windows env 2019-12-06 12:46:02 +05:30
Ajitem Sahasrabuddhe
01ba4336a4
fix windows build 2019-12-06 12:23:24 +05:30
Ajitem Sahasrabuddhe
55924039a1
add support for windows 2019-12-06 12:04:24 +05:30
Ajitem Sahasrabuddhe
9f5fad1989
pin to release 2019-12-06 11:58:06 +05:30