mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
adjust shorthands
This commit is contained in:
@@ -51,7 +51,7 @@ export const RunCommand = cmd({
|
||||
type: "string",
|
||||
})
|
||||
.option("fork-session", {
|
||||
alias: ["F"],
|
||||
alias: ["fork"],
|
||||
describe: "fork the session before continuing (requires --continue or --session)",
|
||||
type: "boolean",
|
||||
})
|
||||
|
||||
@@ -65,7 +65,7 @@ export const TuiThreadCommand = cmd({
|
||||
describe: "session id to continue",
|
||||
})
|
||||
.option("fork-session", {
|
||||
alias: ["F"],
|
||||
alias: ["fork"],
|
||||
type: "boolean",
|
||||
describe: "fork the session when continuing (use with --continue or --session)",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user