Completion
AGH RuntimeCompletion
agh completion
Generate the autocompletion script for the specified shell
- Audience
- Operators running durable agent work
- Focus
- Completion guidance shaped for scanability, day-two clarity, and operator context.
agh completion
Generate the autocompletion script for the specified shell
Synopsis
Generate the autocompletion script for agh for the specified shell. See each sub-command's help for details on how to use the generated script.
Options
-h, --help help for completionOptions inherited from parent commands
--json Emit JSON output
-o, --output string Output format: human, json, jsonl, or toon (default "human")Output Formats
Every AGH command supports -o, --output:
humanfor interactive terminal usejsonfor scripts and other machine-readable consumersjsonlfor wait or streaming commands that emit one JSON record per linetoonfor compact agent-readable summaries
Subcommands
| Command | Description |
|---|---|
| agh completion bash | Generate the autocompletion script for bash |
| agh completion fish | Generate the autocompletion script for fish |
| agh completion powershell | Generate the autocompletion script for powershell |
| agh completion zsh | Generate the autocompletion script for zsh |