CLI command
jeden completions
Generate a shell-completion program from Jeden's current CLI usage and builtin slash-command registry.
Exact invocation#
jeden completions <bash|zsh|fish>Inputs and options#
- Required: exactly one supported shell name:
bash,zsh, orfish.
Output and state effect#
Prints the completion script to stdout. The model is derived from the in-repo usage and capability tables so commands, global flags, command flags/actions, and slash words stay aligned.
Refusals and boundaries#
- A missing or unknown shell is refused as
unknown shell '<missing-or-value>': usage: jeden completions <bash|zsh|fish>.