Skip to content

Commit ee1eeeb

Browse files
committed
fix: update usage
1 parent 01b2534 commit ee1eeeb

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,23 @@ Git: main ✓ clean
1717

1818
#### Flags
1919

20+
Delphi CLI supports the following flags for `statusline`, which can be combined as needed:
21+
2022
| Flag | Default | Description |
2123
| ------ | --------- | ------------- |
22-
| `--force-color` | `false` | Force ANSI color output even when stdout is not a TTY |
24+
| `--all` | `false` | Show all statusline sections |
25+
| `--cwd` | `false` | Show current working directory |
26+
| `--git` | `false` | Show git information |
27+
| `--stats` | `false` | Show usage statistics |
28+
| `--disable-colors` | `false` | Disable ANSI color output formatting |
2329

2430
**Example** (Claude Code `statusLine` config):
2531

2632
```json
2733
{
2834
"statusLine": {
2935
"type": "command",
30-
"command": "delphi statusline --force-color",
36+
"command": "delphi statusline --all",
3137
"padding": 2
3238
},
3339
}

0 commit comments

Comments
 (0)