Skip to content

Commit 75960e3

Browse files
chore: generate
1 parent f14ac47 commit 75960e3

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

  • packages/web/src/content/docs

packages/web/src/content/docs/cli.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -335,21 +335,21 @@ opencode run --attach http://localhost:4096 "Explain async/await in JavaScript"
335335

336336
#### Flags
337337

338-
| Flag | Short | Description |
339-
| ------------ | ----- | ----------------------------------------------------------------------- |
340-
| `--command` | | The command to run, use message for args |
341-
| `--continue` | `-c` | Continue the last session |
342-
| `--session` | `-s` | Session ID to continue |
343-
| `--fork` | | Fork the session when continuing (use with `--continue` or `--session`) |
344-
| `--share` | | Share the session |
345-
| `--model` | `-m` | Model to use in the form of provider/model |
346-
| `--agent` | | Agent to use |
347-
| `--file` | `-f` | File(s) to attach to message |
348-
| `--format` | | Format: default (formatted) or json (raw JSON events) |
349-
| `--title` | | Title for the session (uses truncated prompt if no value provided) |
350-
| `--attach` | | Attach to a running opencode server (e.g., http://localhost:4096) |
351-
| `--port` | | Port for the local server (defaults to random port) |
352-
| `--dangerously-skip-permissions` | | Auto-approve permissions that are not explicitly denied (dangerous!) |
338+
| Flag | Short | Description |
339+
| -------------------------------- | ----- | ----------------------------------------------------------------------- |
340+
| `--command` | | The command to run, use message for args |
341+
| `--continue` | `-c` | Continue the last session |
342+
| `--session` | `-s` | Session ID to continue |
343+
| `--fork` | | Fork the session when continuing (use with `--continue` or `--session`) |
344+
| `--share` | | Share the session |
345+
| `--model` | `-m` | Model to use in the form of provider/model |
346+
| `--agent` | | Agent to use |
347+
| `--file` | `-f` | File(s) to attach to message |
348+
| `--format` | | Format: default (formatted) or json (raw JSON events) |
349+
| `--title` | | Title for the session (uses truncated prompt if no value provided) |
350+
| `--attach` | | Attach to a running opencode server (e.g., http://localhost:4096) |
351+
| `--port` | | Port for the local server (defaults to random port) |
352+
| `--dangerously-skip-permissions` | | Auto-approve permissions that are not explicitly denied (dangerous!) |
353353

354354
---
355355

0 commit comments

Comments
 (0)