fased completion
Generate shell completion scripts. The command can print a script, write cached
scripts under Fased state, or add a shell-profile source line for cached
completion.
Usage
Options
-s, --shell <shell>: shell target (zsh,bash,powershell,fish; default:zsh)-i, --install: install completion by adding a source line to your shell profile--write-state: write completion script(s) to$FASED_STATE_DIR/completionswithout printing to stdout-y, --yes: skip install confirmation prompts
Notes
--installexpects the cached completion file to exist. Runfased completion --write-statefirst, or let onboarding create the cache.- Automated profile install is supported for zsh, bash, and fish. PowerShell script generation is supported; profile installation is manual.
--installwrites a small “Fased Completion” block into your shell profile and points it at the cached script.- Without
--installor--write-state, the command prints the script to stdout. - Completion generation eagerly loads command trees so nested subcommands are included.