cli/pkg/cmd/codespace
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
..
code.go Add codespace open --web flag (#5380) 2022-04-11 19:09:27 +02:00
code_test.go Clean up API interface 2022-09-16 22:25:11 +00:00
common.go Clean up API interface 2022-09-16 22:25:11 +00:00
common_test.go Add support for org admins to stop a members codespace (#5812) 2022-06-22 13:56:22 +02:00
create.go Output paid message for codespace create to stderr not stdout (#6258) 2022-09-14 11:33:55 +00:00
create_test.go Output paid message for codespace create to stderr not stdout (#6258) 2022-09-14 11:33:55 +00:00
delete.go Codespaces list by repo (#5854) 2022-06-28 13:34:04 +00:00
delete_test.go Clean up API interface 2022-09-16 22:25:11 +00:00
edit.go cs edit: 💅 implementation and tests 2022-06-01 17:18:17 +02:00
edit_test.go cs edit: 💅 implementation and tests 2022-06-01 17:18:17 +02:00
jupyter.go Use safeClose instead of Close 2022-04-28 18:38:46 +00:00
list.go Migrate to go-gh text package (#6236) 2022-09-14 09:23:55 +04:00
list_test.go Codespaces list by repo (#5854) 2022-06-28 13:34:04 +00:00
logs.go More cleanup 2022-06-03 14:07:41 -05:00
logs_test.go Clean up API interface 2022-09-16 22:25:11 +00:00
mock_api.go Clean up API interface 2022-09-16 22:25:11 +00:00
mock_prompter.go Rename the cmd pkg to codespace 2021-10-04 14:16:04 -04:00
ports.go chore: typo hunting ft. codespell 2022-07-09 21:41:09 -05:00
ports_test.go Clean up API interface 2022-09-16 22:25:11 +00:00
root.go Apply UI polish around codespaces org-admin commands (#5843) 2022-06-22 20:35:56 +02:00
select.go fix linter issues 2022-04-05 10:08:34 -07:00
select_test.go Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
ssh.go Fix missing text in gh-codespace-ssh.1 man page 2022-09-28 14:00:37 -06:00
ssh_test.go Ensure local keys don't interfere with ssh_test 2022-09-21 19:43:31 +00:00
stop.go Codespaces list by repo (#5854) 2022-06-28 13:34:04 +00:00
stop_test.go Add support for org admins to stop a members codespace (#5812) 2022-06-22 13:56:22 +02:00