Generate or install shell completion scripts for ankra.To print a completion script to stdout:
ankra completion bash
ankra completion zsh
ankra completion fish
ankra completion powershellTo auto-detect your shell and install completions:
ankra completion installTo install for a specific shell:
ankra completion install —shell zsh
Detect your shell and install completion scripts automatically.The command writes the completion script to the standard location for your
shell and updates your shell profile to source it (if needed).Use —shell to override auto-detection.