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 b068654 commit 8a5fc02Copy full SHA for 8a5fc02
cli/delete.go
@@ -19,7 +19,6 @@ 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