Copy changes

This commit is contained in:
Jay V
2025-06-19 16:28:03 -04:00
parent 15a8936806
commit f5e7f079ea
4 changed files with 26 additions and 26 deletions

View File

@@ -5,10 +5,10 @@ import { Installation } from "../../installation"
export const UpgradeCommand = {
command: "upgrade [target]",
describe: "Upgrade opencode to the latest version or a specific version",
describe: "upgrade opencode to the latest version or a specific version",
builder: (yargs: Argv) => {
return yargs.positional("target", {
describe: "Specific version to upgrade to (e.g., '0.1.48' or 'v0.1.48')",
describe: "specific version to upgrade to (e.g., '0.1.48' or 'v0.1.48')",
type: "string",
})
},