diff options
| author | Yuki Okita <[email protected]> | 2025-07-31 05:38:20 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-30 20:38:20 +0000 |
| commit | c1fe6889569610878c45216556fb99424b5bcba4 (patch) | |
| tree | b96f5f66bc00426fcd3e4b87402067342abbce12 /docs/cli | |
| parent | 21965f986c8aa99da5a0f8e52ae823bb2f040d7a (diff) | |
feat: Multi-Directory Workspace Support (part1: add `--include-directories` option) (#4605)
Co-authored-by: Allen Hutchison <[email protected]>
Diffstat (limited to 'docs/cli')
| -rw-r--r-- | docs/cli/configuration.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index 10d4536c..695a7c53 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -387,6 +387,11 @@ Arguments passed directly when running the CLI can override other configurations - **`--proxy`**: - Sets the proxy for the CLI. - Example: `--proxy http://localhost:7890`. +- **`--include-directories <dir1,dir2,...>`**: + - Includes additional directories in the workspace for multi-directory support. + - Can be specified multiple times or as comma-separated values. + - 5 directories can be added at maximum. + - Example: `--include-directories /path/to/project1,/path/to/project2` or `--include-directories /path/to/project1 --include-directories /path/to/project2` - **`--version`**: - Displays the version of the CLI. |
