Commit Graph

1814 Commits

Author SHA1 Message Date
Lynn
3b30b5c422
show file size 2020-02-28 23:29:27 -08:00
Lynn
da34a22eef
docs 2020-02-28 23:20:46 -08:00
Lynn
863b4a58fe
binary size checking hooks 2020-02-28 23:19:43 -08:00
Lynn
af5ec51a36
add example file 2020-02-28 23:12:46 -08:00
Lynn
1493c542fb
reset to master 2020-02-28 23:07:26 -08:00
Lynn
4a785e9f9c
WIP binary size work 2020-02-28 23:06:39 -08:00
lynn [they]
46c380b962
Merge pull request #1077 from urfave/lynncyrin-patch-1
Release 1.22.3 notes
2020-02-26 17:05:45 -08:00
lynn [they]
ee73e2737f
Update CHANGELOG.md 2020-02-25 22:03:39 -08:00
Robert Liebowitz
d04c0883fc
Merge pull request #1062 from zhsj/fix-zsh
Fix zsh completion scripts
2020-02-11 06:41:51 -05:00
Robert Liebowitz
cc46cf9c34
Merge pull request #1067 from tsubasaxZZZ/patch-3
Added & before cli flag
2020-02-11 06:24:56 -05:00
tsubasa
e5116c870d
Added & before cli flag
Added & before cli flag
2020-02-11 15:12:31 +09:00
Shengjing Zhu
748fe05362 Fix zsh completion scripts
This fix completion when argument startswith -
And prevent completing a space when no candidates
2020-02-10 01:43:36 +08:00
lynn [they]
7a5ed4801a
Merge pull request #1059 from masonj188/bash-docs
Improved auto-completion instructions and added example gifs
2020-02-06 08:54:00 -08:00
Mason Johnson
305e3decba Improved auto-completion instructions and example gifs 2020-02-05 17:51:33 -07:00
lynn [they]
fed41d6ef8
Merge pull request #997 from drov0/patch-1
Add timestampFlag docs
2020-01-30 00:26:46 -08:00
lynn [they]
ffbb8c04e4
Merge pull request #1054 from itchyny/subcommand-consistent-description
Fix description of subcommand more consistent
2020-01-29 07:01:09 -08:00
itchyny
aed5577db6 fix description of subcommand more consistent 2020-01-28 17:31:02 +09:00
lynn [they]
3f8c3bca57
Merge pull request #1053 from urfave/gofmt-ci-check
gofmt CI check
2020-01-27 13:50:31 -08:00
Ajitem Sahasrabuddhe
8a9326b22d
Update manual.md
formatting nits
2020-01-27 11:14:24 +05:30
Ajitem Sahasrabuddhe
f497fa3b9f
fix order of placement and toc 2020-01-26 19:49:43 +05:30
Ajitem Sahasrabuddhe
1efee6b1da
docs test expects a regex of output 2020-01-26 19:45:04 +05:30
Ajitem Sahasrabuddhe
1c57160c23
Update manual.md 2020-01-26 19:19:11 +05:30
Ajitem Sahasrabuddhe
ec94e0e667
fix problem with quotations 2020-01-26 19:15:30 +05:30
Ajitem Sahasrabuddhe
4c4f52c2b7
fix unexpected end of JSON input 2020-01-26 19:07:37 +05:30
Ajitem Sahasrabuddhe
b226f3befd
Merge pull request #1049 from saschagrunert/segfault
Fix possible panics in slice type assertion
2020-01-26 18:06:32 +05:30
Ajitem Sahasrabuddhe
c5720ee3af
simplify GOFMT Check 2020-01-26 17:42:27 +05:30
Ajitem Sahasrabuddhe
7841e146ee run the gofmt on the latest version of go on ubuntu 2020-01-25 23:30:42 +05:30
Ajitem Sahasrabuddhe
d114940d57 revert back to correct formatting 2020-01-25 23:27:56 +05:30
Ajitem Sahasrabuddhe
946012b50d add file with incorrec formatting to verify test 2020-01-25 23:24:30 +05:30
Ajitem Sahasrabuddhe
d0c6cb3203 add gofmt check to actions workflow 2020-01-25 23:24:15 +05:30
Sascha Grunert
ca666ae167
Fix possible panics in slice type assertion
Before accessing the slices `.Value()` we should type check that it is
that actual type, otherwise we will end-up in a panic.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-01-22 12:30:31 +01:00
lynn [they]
f1a114a628
Merge pull request #1048 from urfave/lynncyrin-patch-rm-assignee
Remove assignee from issue templates
2020-01-20 13:39:07 -08:00
lynn [they]
e7aa1ced1f
Update v1-bug-report.md 2020-01-20 11:45:32 -08:00
lynn [they]
ebf58eb736
Update question.md 2020-01-20 11:45:30 -08:00
lynn [they]
284024e80f
Update question.md 2020-01-20 11:44:32 -08:00
Robert Liebowitz
2c91ec6a5b
Merge pull request #1046 from urfave/lynncyrin-patch-1
Remove Appveyor button
2020-01-18 19:16:47 -05:00
lynn [they]
19b75862ba
Update README.md 2020-01-18 14:10:20 -08:00
lynn [they]
b9213d9d70
Merge pull request #1043 from urfave/labels
Update issue template labels
2020-01-17 19:29:13 -08:00
Lynn Cyrin
bfb6908d5e
udpate labels 2020-01-16 13:13:43 -08:00
Ajitem Sahasrabuddhe
826e00cf75
Merge pull request #1041 from saschagrunert/man-fix
Fix man page heading formatting
2020-01-16 18:33:29 +05:30
Sascha Grunert
5b3508d95e
Fix man page heading formatting
Closes #1040

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-01-15 08:51:07 +01:00
lynn [they]
565ec5884d
Merge pull request #1017 from urfave/github-actions-windows
GitHub actions windows
2020-01-14 09:36:33 -08:00
Ajitem Sahasrabuddhe
275ed591d3
Update cli.yml
simplify test-docs workflow
2020-01-14 11:43:41 +05:30
Ajitem Sahasrabuddhe
be3fa169eb
Merge branch 'master' into github-actions-windows 2020-01-14 11:06:35 +05:30
lynn [they]
ee9b3fc7d1
Merge pull request #1036 from urfave/lynncyrin-patch-1
Update the label format in the stale config
2020-01-13 17:35:06 -08:00
lynn [they]
17f8abc0da
Merge branch 'master' into lynncyrin-patch-1 2020-01-13 09:34:40 -08:00
lynn [they]
0a97fd4acc
Merge pull request #1035 from j0n3lson/doc-update-pr-template
Use a more k8s/release friendly PR template.
2020-01-13 09:34:24 -08:00
Ajitem Sahasrabuddhe
daf1f71152
Update cli.yml
fix syntax error
2020-01-13 22:11:38 +05:30
Ajitem Sahasrabuddhe
8fe6194446
Merge branch 'master' into github-actions-windows 2020-01-13 22:10:45 +05:30
Ajitem Sahasrabuddhe
aee5241828
Merge branch 'master' into patch-1 2020-01-13 22:09:06 +05:30