mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
4d414a0df7
This is like `--yes`, but for parameter prompts.
28 lines
473 B
Plaintext
28 lines
473 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder task delete [flags] <task> [<task> ...]
|
|
|
|
Delete tasks
|
|
|
|
Aliases: rm
|
|
|
|
- Delete a single task.:
|
|
|
|
$ $ coder task delete task1
|
|
|
|
- Delete multiple tasks.:
|
|
|
|
$ $ coder task delete task1 task2 task3
|
|
|
|
- Delete a task without confirmation.:
|
|
|
|
$ $ coder task delete task4 --yes
|
|
|
|
OPTIONS:
|
|
-y, --yes bool
|
|
Bypass confirmation prompts.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|