mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
4d414a0df7
This is like `--yes`, but for parameter prompts.
41 lines
552 B
Markdown
Generated
41 lines
552 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# task delete
|
|
|
|
Delete tasks
|
|
|
|
Aliases:
|
|
|
|
* rm
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder task delete [flags] <task> [<task> ...]
|
|
```
|
|
|
|
## Description
|
|
|
|
```console
|
|
- 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
|
|
|
|
| | |
|
|
|------|-------------------|
|
|
| Type | <code>bool</code> |
|
|
|
|
Bypass confirmation prompts.
|