aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-26 05:51:25 +0000
committerFuwn <[email protected]>2026-01-26 05:51:25 +0000
commit58efa86227d91981f38b8b51d73b8716acd749d8 (patch)
treead986a1d85a81be6830bcb10392c7d6e5c8b773e /cmd
parentdocs(README): Add example output screenshot (diff)
downloadmugi-58efa86227d91981f38b8b51d73b8716acd749d8.tar.xz
mugi-58efa86227d91981f38b8b51d73b8716acd749d8.zip
feat: Add force push flag
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mugi/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mugi/main.go b/cmd/mugi/main.go
index 6caed07..f1af065 100644
--- a/cmd/mugi/main.go
+++ b/cmd/mugi/main.go
@@ -46,5 +46,5 @@ func run() error {
return fmt.Errorf("no matching repositories or remotes found")
}
- return ui.Run(cmd.Operation, tasks, cmd.Verbose)
+ return ui.Run(cmd.Operation, tasks, cmd.Verbose, cmd.Force)
}