diff --git a/docs/reference/core.md b/docs/reference/core.md index ea3c4794a8..fad62fc36b 100644 --- a/docs/reference/core.md +++ b/docs/reference/core.md @@ -12,7 +12,7 @@ specify init [] | ------------------------ | ------------------------------------------------------------------------ | | `--integration ` | AI coding agent integration to use (e.g. `copilot`, `claude`, `gemini`). See the [Integrations reference](integrations.md) for all available keys | | `--integration-options` | Options for the integration (e.g. `--integration-options="--commands-dir .myagent/cmds"`) | -| `--script sh\|ps` | Script type: `sh` (bash/zsh) or `ps` (PowerShell) | +| `--script sh\|ps\|py` | Script type: `sh` (bash/zsh), `ps` (PowerShell), or `py` (Python) | | `--here` | Initialize in the current directory instead of creating a new one | | `--force` | Force merge/overwrite when initializing in an existing directory | | `--ignore-agent-tools` | Skip checks for AI coding agent CLI tools |