Skip to content

Commit efed5f7

Browse files
committed
Remove help
1 parent 1c669c3 commit efed5f7

File tree

59 files changed

+23
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+23
-74
lines changed

cli/testdata/coder_--help.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Other Flags:
5656
Consumes $CODER_CONFIG_DIR (default "~/.config/coderv2")
5757
--header stringArray HTTP headers added to all requests. Provide as "Key=Value".
5858
Consumes $CODER_HEADER
59-
-h, --help help for coder
6059
--no-feature-warning Suppress warnings about unlicensed features.
6160
Consumes $CODER_NO_FEATURE_WARNING
6261
--no-version-warning Suppress warning when client and server versions do not match.

cli/testdata/coder_agent_--help.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Operability Flags:
1010
--pprof-address string The address to serve pprof.
1111
Consumes $CODER_AGENT_PPROF_ADDRESS (default "127.0.0.1:6060")
1212
Other Flags:
13-
-h, --help help for agent
1413
--no-reap Do not start a process reaper.
1514

1615
Global Flags:

cli/testdata/coder_config-ssh_--help.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Get Started:
1616
Flags:
1717
-n, --dry-run Perform a trial run with no changes made, showing a diff at
1818
the end.
19-
-h, --help help for config-ssh
2019
--ssh-config-file string Specifies the path to an SSH config.
2120
Consumes $CODER_SSH_CONFIG_FILE (default "~/.ssh/config")
2221
-o, --ssh-option stringArray Specifies additional SSH options to embed in each host stanza.

cli/testdata/coder_create_--help.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Usage:
44
coder create [name] [flags]
55

66
Flags:
7-
-h, --help help for create
87
--parameter-file string Specify a file path with parameter values.
98
Consumes $CODER_PARAMETER_FILE
109
--rich-parameter-file string Specify a file path with values for rich

cli/testdata/coder_delete_--help.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Aliases:
77
delete, rm
88

99
Flags:
10-
-h, --help help for delete
1110
--orphan Delete a workspace without deleting its resources. This can delete a
1211
workspace in a broken state, but may also lead to unaccounted cloud resources.
1312
-y, --yes Bypass prompts

cli/testdata/coder_dotfiles_--help.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Get Started:
99
$ coder dotfiles --yes git@github.com:example/dotfiles.git
1010

1111
Flags:
12-
-h, --help help for dotfiles
1312
--symlink-dir string Specifies the directory for the dotfiles symlink destinations. If
1413
empty will use $HOME.
1514
Consumes $CODER_SYMLINK_DIR

cli/testdata/coder_list_--help.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Flags:
1212
template, status, last built, outdated, starts at, stops after
1313
(default [workspace,template,status,last built,outdated,starts
1414
at,stops after])
15-
-h, --help help for list
1615
-o, --output string Output format. Available formats: table, json (default "table")
1716
--search string Search for a workspace with a query. (default "owner:me")
1817

cli/testdata/coder_login_--help.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Flags:
1616
--first-user-username string Specifies a username to use if creating the first user
1717
for the deployment.
1818
Consumes $CODER_FIRST_USER_USERNAME
19-
-h, --help help for login
2019

2120
Global Flags:
2221
--global-config coder Path to the global coder config directory.

cli/testdata/coder_logout_--help.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Usage:
44
coder logout [flags]
55

66
Flags:
7-
-h, --help help for logout
87
-y, --yes Bypass prompts
98

109
Global Flags:

cli/testdata/coder_ping_--help.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Usage:
44
coder ping <workspace> [flags]
55

66
Flags:
7-
-h, --help help for ping
87
-n, --num int Specifies the number of pings to perform. (default 10)
98
-t, --timeout duration Specifies how long to wait for a ping to complete. (default 5s)
109
-v, --verbose Enables verbose logging.

0 commit comments

Comments
 (0)