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

Commit4f1e9da

Browse files
authored
Ketan/cli help tweak (#2803)
* fix CLI help text for logout"log out" is verb, "logout" is a noun* add CLI help for port-forward command (#2802)* found another noun where a verb should be
1 parent88f852b commit4f1e9da

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎cli/dotfiles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func dotfiles() *cobra.Command {
2424
cmd:=&cobra.Command{
2525
Use:"dotfiles [git_repo_url]",
2626
Args:cobra.ExactArgs(1),
27-
Short:"Checkout and install a dotfiles repository.",
27+
Short:"Check out and install a dotfiles repository.",
2828
Example:"coder dotfiles [-y] git@github.com:example/dotfiles.git",
2929
RunE:func(cmd*cobra.Command,args []string)error {
3030
var (

‎cli/logout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func logout() *cobra.Command {
2626
config:=createConfig(cmd)
2727

2828
_,err=cliui.Prompt(cmd, cliui.PromptOptions{
29-
Text:"Are you sure you want tologout?",
29+
Text:"Are you sure you want tolog out?",
3030
IsConfirm:true,
3131
Default:"yes",
3232
})

‎cli/portforward.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ func portForward() *cobra.Command {
2929
)
3030
cmd:=&cobra.Command{
3131
Use:"port-forward <workspace>",
32+
Short:"Forward one or more ports from the local machine to the remote workspace",
3233
Aliases: []string{"tunnel"},
3334
Args:cobra.ExactArgs(1),
3435
Example:`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp