cli/pkg/cmd
chemotaxis b0f58d0cf0 Disable authentication check, but keep runnable
In this branch, we originally avoided the authentication check by
getting rid of the run method attached to the command.  Instead of that,
this commit makes the `gh actions` command runnable again, but the
authentication is disabled with `cmdutil.DisableAuthCheck`; this mirrors
what's done for `gh version`.

`gh actions` and `gh actions [-h | --help]` all work while being logged
out.

In addition, this commit restores some original behavior.  Before this
commit, the help footer (usage, inherited flags, etc.) is appended
whether you use `gh actions` or `gh actions --help`.  This commit
restores the original behavior where `gh actions` prints just the text
for the actions explanation, but `gh actions --help` appends the help
footer.
2021-06-18 23:43:42 -04:00
..
actions Disable authentication check, but keep runnable 2021-06-18 23:43:42 -04:00
alias Use - to read from stdin instead 2021-04-23 17:23:27 -07:00
api Use T.TempDir for temporary dirs in tests (#3580) 2021-05-07 12:21:26 +02:00
auth Use absolute path when configuring gh as git credential 2021-03-03 16:20:21 +01:00
completion Make sure docs URLs are linked in web docs 2021-05-17 17:00:25 +02:00
config Fix USAGE help for some commands 2020-11-13 10:10:53 -03:00
extensions Allow installing local extensions via symlinks 2021-06-03 19:06:28 +02:00
factory Set up iostreams in factory default 2021-06-15 09:20:00 -04:00
gist 💅 cleanup in gist create 2021-05-07 14:15:27 +02:00
issue Allow setting empty body via editor in issue/pr create 2021-06-04 21:50:51 +02:00
pr 💅 grammar in comment 2021-06-10 14:09:43 +02:00
release Fix fetching draft releases from GitHub Actions 2021-05-18 19:44:29 +02:00
repo more cleanup 2021-06-10 21:46:02 +00:00
root Cleanup factory/default and add tests 2021-06-15 09:19:16 -04:00
run escape metacharacters in job name 2021-06-02 17:20:31 +00:00
secret Fix setting environment secrets 2021-06-14 11:51:20 +02:00
ssh-key Merge pull request #3200 from cli/table-widths 2021-03-30 16:54:13 +02:00
version Fix link in version output 2020-12-17 12:37:22 +01:00
workflow Use T.TempDir for temporary dirs in tests (#3580) 2021-05-07 12:21:26 +02:00