Reference
CLI Flags
Global flags
Section titled “Global flags”| Flag | Description |
|---|---|
--version, -v | Print version and exit |
--help, -h | Print help and exit |
--model | Override the default model for this session |
--provider | Override the default provider |
--theme | Set the theme for this session |
--verbose | Enable verbose logging |
Examples
Section titled “Examples”Start with a specific model
Section titled “Start with a specific model”sandcode --model GLM-4.6Use a specific provider
Section titled “Use a specific provider”sandcode --provider zaiRun with light theme
Section titled “Run with light theme”sandcode --theme lightExit codes
Section titled “Exit codes”| Code | Meaning |
|---|---|
| 0 | Normal exit |
| 1 | Error |
| 2 | Interrupted by user |