We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e338eab commit 994de98Copy full SHA for 994de98
cli/delete.go
@@ -19,6 +19,7 @@ func delete() *cobra.Command {
19
Annotations: workspaceCommand,
20
Use: "delete <workspace>",
21
Short: "Delete a workspace",
22
+ Example: "coder delete my-workspace",
23
Aliases: []string{"rm"},
24
Args: cliarg.ExactNamedArg("workspace", DeleteError),
25
RunE: func(cmd *cobra.Command, args []string) error {
0 commit comments