mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:21 +00:00
docs: fix ruff generate-shell-completion
(#2904)
This commit is contained in:
parent
4f927fbacc
commit
2d95912699
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ Ruff supports two command-line flags that alter its exit code behavior:
|
||||||
### Autocompletion
|
### Autocompletion
|
||||||
|
|
||||||
Ruff supports autocompletion for most shells. A shell-specific completion script can be generated
|
Ruff supports autocompletion for most shells. A shell-specific completion script can be generated
|
||||||
by `ruff completion <SHELL>`, where `<SHELL>` is one of `bash`, `elvish`, `fig`, `fish`,
|
by `ruff generate-shell-completion <SHELL>`, where `<SHELL>` is one of `bash`, `elvish`, `fig`, `fish`,
|
||||||
`powershell`, or `zsh`.
|
`powershell`, or `zsh`.
|
||||||
|
|
||||||
The exact steps required to enable autocompletion will vary by shell. For example instructions,
|
The exact steps required to enable autocompletion will vary by shell. For example instructions,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue