Skip to content

Commit 8a5fc02

Browse files
committed
fixup!: remove Example from delete
1 parent b068654 commit 8a5fc02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/delete.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ func delete() *cobra.Command {
1919
Annotations: workspaceCommand,
2020
Use: "delete <workspace>",
2121
Short: "Delete a workspace",
22-
Example: "coder delete my-workspace",
2322
Aliases: []string{"rm"},
2423
Args: cliarg.ExactNamedArg("workspace", DeleteError),
2524
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)