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

Commit894953d

Browse files
authored
fix: Workspacels show only me by default (#5107)
1 parent015a6f9 commit894953d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cli/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ func list() *cobra.Command {
137137
"Specifies whether all workspaces will be listed or not.")
138138
cmd.Flags().StringArrayVarP(&columns,"column","c",nil,
139139
fmt.Sprintf("Specify a column to filter in the table. Available columns are: %v",columnString))
140-
cmd.Flags().StringVar(&searchQuery,"search","","Search for a workspace with a query.")
140+
cmd.Flags().StringVar(&searchQuery,"search",defaultQuery,"Search for a workspace with a query.")
141141
returncmd
142142
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp