mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 16:05:43 +00:00
fix: allow --yes in fork command (#7122)
This commit is contained in:
@@ -477,6 +477,7 @@ const command = new Command()
|
||||
.command("delete-fork")
|
||||
.description("Delete a forked workspace and git branch")
|
||||
.arguments("<fork_name:string>")
|
||||
.option("-y --yes", "Skip confirmation prompt")
|
||||
.action(deleteWorkspaceFork as any);
|
||||
|
||||
export default command;
|
||||
|
||||
Reference in New Issue
Block a user