genesis completion
Generate shell completion scripts and optionally install them into your shell profile.
Usage
genesis completion
genesis completion --shell zsh
genesis completion --install
genesis completion --shell fish --install
genesis completion --write-state
genesis completion --shell bash --write-state
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$GENESIS_STATE_DIR/completionswithout printing to stdout-y, --yes: skip install confirmation prompts
Notes
--installwrites a small "Genesis 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 includes available nested subcommands where they can be registered quickly, and uses command metadata for heavyweight or plugin-provided surfaces so cache refresh stays bounded.