summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ja/cli.mdx
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-02-10 20:03:24 +0000
committeropencode <[email protected]>2026-02-10 20:22:31 +0000
commit4f6b9297840d242bdee25691959cd1ccfcd732fa (patch)
treef120f2b21cb8e21d31604b92aecc6f824c747d6e /packages/web/src/content/docs/ja/cli.mdx
parent55119559b320535253e67925d27ecad2466d50ed (diff)
downloadopencode-4f6b9297840d242bdee25691959cd1ccfcd732fa.tar.gz
opencode-4f6b9297840d242bdee25691959cd1ccfcd732fa.zip
chore: generate
Diffstat (limited to 'packages/web/src/content/docs/ja/cli.mdx')
-rw-r--r--packages/web/src/content/docs/ja/cli.mdx48
1 files changed, 24 insertions, 24 deletions
diff --git a/packages/web/src/content/docs/ja/cli.mdx b/packages/web/src/content/docs/ja/cli.mdx
index 090deae28..6eb913f0e 100644
--- a/packages/web/src/content/docs/ja/cli.mdx
+++ b/packages/web/src/content/docs/ja/cli.mdx
@@ -29,16 +29,16 @@ opencode [project]
#### Flags
-| Flag | Short | Description |
-| ------------ | ----- | --------------------------------------------------------------------- |
-| `--continue` | `-c` | 最後のセッションを続行 |
-| `--session` | | 続行時にセッションをフォーク (`-s` または `--fork` と併用) |
-| `--continue` | `--session` | 続行するセッション ID |
-| `--prompt` | | 使用のプロンプト |
-| `--model` | `-m` | プロバイダー/モデルの形式で使用するモデル |
-| `--agent` | | 使用するエージェント |
-| `--port` | | リッスンするポート |
-| `--hostname` | | リッスンするホスト名 |
+| Flag | Short | Description |
+| ------------ | ----------- | ---------------------------------------------------------- |
+| `--continue` | `-c` | 最後のセッションを続行 |
+| `--session` | | 続行時にセッションをフォーク (`-s` または `--fork` と併用) |
+| `--continue` | `--session` | 続行するセッション ID |
+| `--prompt` | | 使用のプロンプト |
+| `--model` | `-m` | プロバイダー/モデルの形式で使用するモデル |
+| `--agent` | | 使用するエージェント |
+| `--port` | | リッスンするポート |
+| `--hostname` | | リッスンするホスト名 |
---
@@ -335,20 +335,20 @@ opencode run --attach http://localhost:4096 "Explain async/await in JavaScript"
#### Flags
-| Flag | Short | Description |
-| ------------ | ----- | ----------------------------------------------------------------------------------------- |
-| `--command` | | 実行するコマンド。引数には message を使用します。 |
-| `--continue` | `-c` | 最後のセッションを続行 |
-| `--session` | | 続行時にセッションをフォーク (`-s` または `--fork` と併用) |
-| `--continue` | `--session` | 続行するセッション ID |
-| `--share` | | セッションを共有する |
-| `--model` | `-m` | プロバイダー/モデルの形式で使用するモデル |
-| `--agent` | | 使用するエージェント |
-| `--file` | `-f` | メッセージに添付するファイル |
-| `--format` | | 形式: デフォルト (フォーマット済み) または json (生の JSON イベント) |
-| `--title` | | セッションのタイトル (値が指定されていない場合は、切り詰められたプロンプトが使用されます) |
-| `--attach` | | 実行中のopencodeサーバー (http://localhost:4096 など) に接続します。 |
-| `--port` | | ローカルサーバーのポート (デフォルトはランダムポート) |
+| Flag | Short | Description |
+| ------------ | ----------- | ----------------------------------------------------------------------------------------- |
+| `--command` | | 実行するコマンド。引数には message を使用します。 |
+| `--continue` | `-c` | 最後のセッションを続行 |
+| `--session` | | 続行時にセッションをフォーク (`-s` または `--fork` と併用) |
+| `--continue` | `--session` | 続行するセッション ID |
+| `--share` | | セッションを共有する |
+| `--model` | `-m` | プロバイダー/モデルの形式で使用するモデル |
+| `--agent` | | 使用するエージェント |
+| `--file` | `-f` | メッセージに添付するファイル |
+| `--format` | | 形式: デフォルト (フォーマット済み) または json (生の JSON イベント) |
+| `--title` | | セッションのタイトル (値が指定されていない場合は、切り詰められたプロンプトが使用されます) |
+| `--attach` | | 実行中のopencodeサーバー (http://localhost:4096 など) に接続します。 |
+| `--port` | | ローカルサーバーのポート (デフォルトはランダムポート) |
---