File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments