table of contents
| completion(1) | General Commands Manual | completion(1) |
NAME¶
completion - Generate the autocompletion script or Nushell module for the specified shell
SYNOPSIS¶
completion [--bin-name] [-h|--help] <SHELL>
DESCRIPTION¶
Generate the autocompletion script or Nushell module for the specified shell
OPTIONS¶
- --bin-name <BIN_NAME> [default: goose]
- Provide a custom binary name
- -h, --help
- Print help
- <SHELL>
-
Possible values:
- bash
- elvish
- fish
- powershell
- nu
- zsh
SEE ALSO¶
goose(1), goose-acp(1), goose-configure(1), goose-doctor(1), goose-gateway(1), goose-info(1), goose-mcp(1), goose-plugin(1), goose-recipe(1), goose-review(1), goose-run(1), goose-schedule(1), goose-serve(1), goose-session(1), goose-skills(1), goose-term(1)
| completion |