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

ArgumentRequiredChoicesDescription
<shell>Yesbash, zsh, fish, powershell, nu, nushellShell to uninstall completions for

Required flags

None.

Optional flags

FlagValueDefaultChoicesDescription
--dirpathOverride completion script destination directory
--dry-runPrint planned removals without writing files
--update-profileAllow shell startup/profile file updates
-y, --yesSkip confirmation prompts

Examples

Uninstall zsh completions and profile wiring

flywheel completion uninstall zsh --update-profile --yes

Preview fish completion uninstall

flywheel completion uninstall fish --dry-run