We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235ff55 commit 0958761Copy full SHA for 0958761
2 files changed
packages/opencode/src/cli/cmd/run.ts
@@ -51,7 +51,7 @@ export const RunCommand = cmd({
51
type: "string",
52
})
53
.option("fork-session", {
54
- alias: ["F"],
+ alias: ["fork"],
55
describe: "fork the session before continuing (requires --continue or --session)",
56
type: "boolean",
57
packages/opencode/src/cli/cmd/tui/thread.ts
@@ -65,7 +65,7 @@ export const TuiThreadCommand = cmd({
65
describe: "session id to continue",
66
67
68
69
70
describe: "fork the session when continuing (use with --continue or --session)",
71
0 commit comments