completion uninstall
Remove Flywheel-managed shell completion files and profile blocks
Reference for flywheel completion uninstall.
Command Group
Setup Commands
Summary
Remove Flywheel-managed shell completion files and profile blocks
Usage
flywheel completion uninstall [FLAGS] <shell>Arguments
| Argument | Required | Choices | Description |
|---|---|---|---|
<shell> | Yes | bash, zsh, fish, powershell, nu, nushell | Shell to uninstall completions for |
Required flags
None.
Optional flags
| Flag | Value | Default | Choices | Description |
|---|---|---|---|---|
--dir | path | Override completion script destination directory | ||
--dry-run | Print planned removals without writing files | |||
--update-profile | Allow shell startup/profile file updates | |||
-y, --yes | Skip confirmation prompts |
Examples
Uninstall zsh completions and profile wiring
flywheel completion uninstall zsh --update-profile --yesPreview fish completion uninstall
flywheel completion uninstall fish --dry-run