Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit80721b4

Browse files
committed
fixup
1 parent1915419 commit80721b4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

‎cli/completion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func (*RootCmd) completion() *serpent.Command {
1414
shellOptions:=completion.ShellOptions(&shellName)
1515
return&serpent.Command{
1616
Use:"completion",
17-
Short:"Install or update shell completion scripts for the detected shell.",
17+
Short:"Install or update shell completion scripts for the detectedor chosenshell.",
1818
Options: []serpent.Option{
1919
{
2020
Flag:"shell",

‎cli/testdata/coder_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ USAGE:
1616
SUBCOMMANDS:
1717
autoupdate Toggle auto-update policy for a workspace
1818
completion Install or update shell completion scripts for the
19-
detected shell.
19+
detectedor chosenshell.
2020
config-ssh Add an SSH Host entry for your workspaces "ssh
2121
coder.workspace"
2222
create Create a workspace

‎cli/testdata/coder_completion_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ coder v0.0.0-devel
33
USAGE:
44
coder completion [flags]
55

6-
Install or update shell completion scripts for the detected shell.
6+
Install or update shell completion scripts for the detectedor chosenshell.
77

88
OPTIONS:
99
-p, --print bool

‎docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Coder — A tool for provisioning self-hosted development environments with Terr
2525

2626
| Name| Purpose|
2727
| ------------------------------------------------------| -----------------------------------------------------------------------------------------------------|
28-
|[<code>completion</code>](./cli/completion.md)| Install or update shell completion scripts for the detectedshell.|
28+
|[<code>completion</code>](./cli/completion.md)| Install or update shell completion scripts for the detectedor chosen shell.|
2929
|[<code>dotfiles</code>](./cli/dotfiles.md)| Personalize your workspace by applying a canonical dotfiles repository|
3030
|[<code>external-auth</code>](./cli/external-auth.md)| Manage external authentication|
3131
|[<code>login</code>](./cli/login.md)| Authenticate with Coder deployment|

‎docs/cli/completion.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@
652652
},
653653
{
654654
"title":"completion",
655-
"description":"Install or update shell completion scripts for the detected shell.",
655+
"description":"Install or update shell completion scripts for the detectedor chosenshell.",
656656
"path":"cli/completion.md"
657657
},
658658
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp