summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-02-07 14:41:20 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-02-07 14:41:20 +0000
commit79a706c66451ef6a507e44090e3fc8a7e9441373 (patch)
tree9e99816c64a14a256ab22365af249d6429a69522 /packages/web/src/content
parent515ef8e554f97645c164f1f08918c3f7b07b88a8 (diff)
downloadopencode-79a706c66451ef6a507e44090e3fc8a7e9441373.tar.gz
opencode-79a706c66451ef6a507e44090e3fc8a7e9441373.zip
chore: generate
Diffstat (limited to 'packages/web/src/content')
-rw-r--r--packages/web/src/content/docs/cli.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/cli.mdx b/packages/web/src/content/docs/cli.mdx
index 862ef9ff3..c504f734f 100644
--- a/packages/web/src/content/docs/cli.mdx
+++ b/packages/web/src/content/docs/cli.mdx
@@ -30,7 +30,7 @@ opencode [project]
#### Flags
| Flag | Short | Description |
-|--------------|-------|-------------------------------------------------------------------------|
+| ------------ | ----- | ----------------------------------------------------------------------- |
| `--continue` | `-c` | Continue the last session |
| `--session` | `-s` | Session ID to continue |
| `--fork` | | Fork the session when continuing (use with `--continue` or `--session`) |
@@ -336,7 +336,7 @@ opencode run --attach http://localhost:4096 "Explain async/await in JavaScript"
#### Flags
| Flag | Short | Description |
-|--------------|-------|-------------------------------------------------------------------------|
+| ------------ | ----- | ----------------------------------------------------------------------- |
| `--command` | | The command to run, use message for args |
| `--continue` | `-c` | Continue the last session |
| `--session` | `-s` | Session ID to continue |