clidoc completion
clidoc completion
Generate a standalone shell completion script
Usage
clidoc completion <shell> [--help] [--version] [--input <input>] [--binary <binary>] [--output <output>]
| Argument | Type | Required | Description |
|---|---|---|---|
shell | string | Yes | Target shell; Choices: bash, zsh, fish |
| Flag | Type | Required | Description |
|---|---|---|---|
--input | string | No | OpenCLI JSON or YAML file; defaults to clidoc itself; Aliases: i |
--binary | string | No | Executable name override for completion registration |
--output | string | No | Output file; defaults to stdout; Aliases: o |