Completion
cmd/crewship/cmd_completion.go is the standard Cobra-generated shell-completion command. Emits a completion script to stdout for the requested shell. No flags — just a single positional arg.
crewship completion <shell>
Valid args: bash, zsh, fish, powershell.
Bash
Zsh
Fish
PowerShell
See also
crewship shell— the in-CLI REPL (different concept — no shell-level completion).crewship login— first command to set up before completions are useful.