mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
refactor(tools): change noRemote option from literal true to boolean with default false
This commit is contained in:
@@ -21,7 +21,8 @@ Arguments:
|
||||
"Remote handling: string=specific remote, undefined=first available remote",
|
||||
),
|
||||
noRemote: tool.schema
|
||||
.literal(true)
|
||||
.boolean()
|
||||
.default(false)
|
||||
.describe("Only delete local tags, don't push to remote.")
|
||||
.optional(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user