Quellcode durchsuchen

chore: generate

opencode-agent[bot] vor 1 Woche
Ursprung
Commit
79a706c664
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      packages/web/src/content/docs/cli.mdx

+ 2 - 2
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                                                  |