Skip to content

Commit ab116c0

Browse files
authored
Fix README flags table formatting (#113)
1 parent 6407959 commit ab116c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ oracle --engine browser \
199199
## Flags you’ll actually use
200200

201201
| Flag | Purpose |
202-
| --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
202+
| --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
203203
| `-p, --prompt <text>` | Required prompt. |
204204
| `-f, --file <paths...>` | Attach files/dirs (globs + `!` excludes). |
205205
| `-e, --engine <api\|browser>` | Choose API or browser (browser is experimental). |
@@ -213,7 +213,7 @@ oracle --engine browser \
213213
| `--browser-manual-login` | Skip cookie copy; reuse a persistent automation profile and wait for manual ChatGPT login. |
214214
| `--browser-thinking-time <light\|standard\|extended\|heavy>` | Set ChatGPT thinking-time intensity (browser; Thinking/Pro models only). |
215215
| `--browser-port <port>` | Pin the Chrome DevTools port (WSL/Windows firewall helper). |
216-
| `--browser-inline-cookies[(-file)] <payload | path>` | Supply cookies without Chrome/Keychain (browser). |
216+
| `--browser-inline-cookies[(-file)] <payload \| path>` | Supply cookies without Chrome/Keychain (browser). |
217217
| `--browser-timeout`, `--browser-input-timeout` | Control overall/browser input timeouts (supports h/m/s/ms). |
218218
| `--browser-recheck-delay`, `--browser-recheck-timeout` | Delayed recheck for long Pro runs: wait then retry capture after timeout (supports h/m/s/ms). |
219219
| `--browser-reuse-wait` | Wait for a shared Chrome profile before launching (parallel browser runs). |

0 commit comments

Comments
 (0)