diff options
| author | Tommaso Sciortino <[email protected]> | 2025-06-12 18:00:17 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-12 18:00:17 -0700 |
| commit | 431ee839a0ad3d1f97e0f437bacbab5108481b90 (patch) | |
| tree | d4bab9dbc2bffc8d843ff7656340e93cc63a0d62 /docs/cli | |
| parent | 9a11567f73b166eb9435f7f98877e7aba3ac4d06 (diff) | |
Code Assist cleanup and docs (#993)
Diffstat (limited to 'docs/cli')
| -rw-r--r-- | docs/cli/configuration.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index 6d7289a5..606c06fd 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -215,6 +215,9 @@ The CLI automatically loads environment variables from an `.env` file. The loadi - Set to any value to disable all color output in the CLI. - **`CLI_TITLE`**: - Set to a string to customize the title of the CLI. +- **`CODE_ASSIST_ENDPOINT`**: + - Specifies the endpoint for the code assist server. + - This is useful for development and testing. ## 3. Command-Line Arguments |
