| Command | Description |
|---|---|
| List Files | List all files in the workspace. |
| Read Source | Read an individual source file in the workspace. |
List Files
List all files in the Nuanced LSP workspace.- CLI
- TypeScript
Read Source
Read the full source of a file (or an optional range).- CLI
- TypeScript
line:char-line:char):CLI options
| Option | Description | Default |
|---|---|---|
file (argument) | Path relative to workspace root | — |
--range <line:char-line:char> | Optional range (e.g. 0:0-10:5) | — |
--lsp-url <url> | Nuanced LSP base URL | "http://127.0.0.1" |
--lsp-port <n> | Port for Nuanced LSP | 4444 |
--timeout <s> | Timeout seconds (<=0 to skip) | 120 |
--json | Output machine readable JSON | Text output |