Skip to content

Commit

Permalink
default to not exiting after running a silent command
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Dec 16, 2023
1 parent 15fd63c commit 72e5993
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ func extensionListItems(alias string, extension extensions.Extension, extensionC
Type: types.ActionTypeRun,
Extension: alias,
Command: command.Name,
Exit: true,
},
},
}
Expand Down

0 comments on commit 72e5993

Please sign in to comment.