cli/pkg/cmd
Anthony Fok f6d0f82701
Fix missing text in gh-codespace-ssh.1 man page
Rearrange the long help text so that '--config' does not appear at the
start of a line which groff interprets as an undefined macro and skips
the content of that whole line.

To reproduce:

  $ go run cmd/gen-docs/main.go --man-page --doc-path /tmp/gh-manpages
  $ man --warnings -E UTF-8 -l -Tutf8 -Z /tmp/gh-manpages/gh-codespace-ssh.1 >/dev/null
  troff: <standard input>:26: warning: macro '--config'' not defined

Discovered by the Debian Lintian tool.
2022-09-28 14:00:37 -06:00
..
actions gh: list help topics in help output 2022-02-18 18:39:30 +01:00
alias Use go-gh config package (#5771) 2022-06-23 11:50:04 +00:00
api Fix "missing method Fd" crash on Windows (#6200) 2022-09-06 17:29:06 +02:00
auth Respect GH_HOST in auth login, repo delete 2022-09-26 13:32:54 +02:00
browse test: use t.Setenv to set env vars in tests (#6333) 2022-09-26 08:46:02 +00:00
codespace Fix missing text in gh-codespace-ssh.1 man page 2022-09-28 14:00:37 -06:00
completion Bump github.com/spf13/cobra from v1.4.0 to v1.5.0 (#6196) 2022-09-06 09:43:40 +04:00
config Use go-gh config package (#5771) 2022-06-23 11:50:04 +00:00
extension Set default value for all Select prompts (#6131) 2022-08-24 09:10:38 +03:00
factory test: use t.Setenv to set env vars in tests (#6333) 2022-09-26 08:46:02 +00:00
gist gist clone: fix clone URL for GHE gists 2022-09-15 18:25:16 +02:00
gpg-key Add header to the gpg-key list output (#6353) 2022-09-28 08:26:43 +02:00
issue Add support for issue state reason (#6245) 2022-09-14 12:39:15 +04:00
label Migrate to go-gh text package (#6236) 2022-09-14 09:23:55 +04:00
pr Merge pull request #6313 from cli/context-prompter 2022-09-21 19:28:54 -05:00
release Migrate to go-gh text package (#6236) 2022-09-14 09:23:55 +04:00
repo Respect GH_HOST in auth login, repo delete 2022-09-26 13:32:54 +02:00
root Migrate to go-gh text package (#6236) 2022-09-14 09:23:55 +04:00
run Fix looking up workflow name for workflow runs (#6266) 2022-09-21 20:41:19 +02:00
search Stub out time.Now for search tests (#6299) 2022-09-19 14:54:18 +04:00
secret Revert "Revert "Added functionality for org-level codespaces secrets (#6171)" (#6223)" 2022-09-15 15:53:28 -07:00
ssh-key Add header and id column to the gh ssh-key list output (#6270) 2022-09-22 14:07:57 +04:00
status Fix parsing base repo out of outdated git remotes 2022-07-25 20:17:32 +02:00
version Fix --version flag printing to stdout 2022-05-24 16:21:13 +02:00
workflow Recognize .yaml in addition to .yml suffix as workflow file name 2022-09-26 10:54:57 +02:00