Commit Graph

1692 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
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
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
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
Marwan Sulaiman
7daa2d133e RunWithContext -> RunContext 2019-12-06 01:20:48 -05:00
Ajitem Sahasrabuddhe
bac545cf3d fix macos typo 2019-12-06 10:32:32 +05:30
Ajitem Sahasrabuddhe
1a724c9d6e revert log.Printf to t.Logf 2019-12-06 10:16:14 +05:30
Ajitem Sahasrabuddhe
ccb0e89075 fix no tests running 2019-12-06 10:12:58 +05:30
Ajitem Sahasrabuddhe
078d14335a create gopath/bin dir 2019-12-05 23:27:48 +05:30
Ajitem Sahasrabuddhe
7169ab6062 fix gopath 2019-12-05 23:25:26 +05:30
Ajitem Sahasrabuddhe
88812bd56f fix path 2019-12-05 23:21:55 +05:30
Ajitem Sahasrabuddhe
59babefa34 fix syntax for multiple branches 2019-12-05 23:17:53 +05:30
Ajitem Sahasrabuddhe
63d19b6c5c remove comments 2019-12-05 23:17:45 +05:30
Ajitem Sahasrabuddhe
eb35e4d3c7 combine workflow files for v1 and v2, and use pre-compiled binary for gfmrun 2019-12-05 23:14:25 +05:30
Ajitem Sahasrabuddhe
4ee2127fef Merge branch 'master' into github-actions 2019-12-05 22:37:09 +05:30