Jeden/Docs

CLI command

jeden completions

Generate a shell-completion program from Jeden's current CLI usage and builtin slash-command registry.

Exact invocation#

Shell
jeden completions <bash|zsh|fish>

Inputs and options#

  • Required: exactly one supported shell name: bash, zsh, or fish.

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 '&lt;missing-or-value&gt;': usage: jeden completions &lt;bash|zsh|fish&gt;.