mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
29 lines
567 B
Markdown
Generated
29 lines
567 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# completion
|
|
|
|
Install or update shell completion scripts for the detected or chosen shell.
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder completion [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
### -s, --shell
|
|
|
|
| | |
|
|
|------|------------------------------------------|
|
|
| Type | <code>bash\|fish\|zsh\|powershell</code> |
|
|
|
|
The shell to install completion for.
|
|
|
|
### -p, --print
|
|
|
|
| | |
|
|
|------|-------------------|
|
|
| Type | <code>bool</code> |
|
|
|
|
Print the completion script instead of installing it.
|