Skip to content

Commit 0958761

Browse files
committed
adjust shorthands
1 parent 235ff55 commit 0958761

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/opencode/src/cli/cmd/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const RunCommand = cmd({
5151
type: "string",
5252
})
5353
.option("fork-session", {
54-
alias: ["F"],
54+
alias: ["fork"],
5555
describe: "fork the session before continuing (requires --continue or --session)",
5656
type: "boolean",
5757
})

packages/opencode/src/cli/cmd/tui/thread.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const TuiThreadCommand = cmd({
6565
describe: "session id to continue",
6666
})
6767
.option("fork-session", {
68-
alias: ["F"],
68+
alias: ["fork"],
6969
type: "boolean",
7070
describe: "fork the session when continuing (use with --continue or --session)",
7171
})

0 commit comments

Comments
 (0)