adjust shorthands

This commit is contained in:
Ariane Emory
2026-01-30 20:26:51 -05:00
parent 235ff554dc
commit 09587612ed
2 changed files with 2 additions and 2 deletions

View File

@@ -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",
})

View File

@@ -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)",
})