mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
fix: remove default value for --no-tags option
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ program
|
|||||||
.description("Close a multi-model tmux session")
|
.description("Close a multi-model tmux session")
|
||||||
.argument("<session-name>", "Name of the tmux session to close")
|
.argument("<session-name>", "Name of the tmux session to close")
|
||||||
.option("--keep-worktrees", "Do not remove worktrees and delete branches", false)
|
.option("--keep-worktrees", "Do not remove worktrees and delete branches", false)
|
||||||
.option("--no-tags", "Create archive tags before deleting branches", false)
|
.option("--no-tags", "Create archive tags before deleting branches")
|
||||||
.option("-f, --force", "Skip confirmation prompts", false)
|
.option("-f, --force", "Skip confirmation prompts", false)
|
||||||
.action(async (sessionName: string, options: { keepWorktrees: boolean; force: boolean; tags: boolean }) => {
|
.action(async (sessionName: string, options: { keepWorktrees: boolean; force: boolean; tags: boolean }) => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user