mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-27 00:05:26 +00:00
feat: use -F alias for --fork-session in both commands for consistency
This commit is contained in:
@@ -51,6 +51,7 @@ export const RunCommand = cmd({
|
|||||||
type: "string",
|
type: "string",
|
||||||
})
|
})
|
||||||
.option("fork-session", {
|
.option("fork-session", {
|
||||||
|
alias: ["F"],
|
||||||
describe: "fork the session before continuing (requires --continue or --session)",
|
describe: "fork the session before continuing (requires --continue or --session)",
|
||||||
type: "boolean",
|
type: "boolean",
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ export const TuiThreadCommand = cmd({
|
|||||||
describe: "session id to continue",
|
describe: "session id to continue",
|
||||||
})
|
})
|
||||||
.option("fork-session", {
|
.option("fork-session", {
|
||||||
alias: ["f"],
|
alias: ["F"],
|
||||||
type: "boolean",
|
type: "boolean",
|
||||||
describe: "fork the session when continuing (use with --continue or --session)",
|
describe: "fork the session when continuing (use with --continue or --session)",
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user