diff --git a/commands/bridge.go b/commands/bridge.go index 93b5991bce86f86b5e0caa62e5cecd138576b327..5dc4e744db0da452d124962685eece47e81100c4 100644 --- a/commands/bridge.go +++ b/commands/bridge.go @@ -31,6 +31,7 @@ var bridgeCmd = &cobra.Command{ Use: "bridge", Short: "Configure and use bridges to other bug trackers", RunE: runBridge, + Args: cobra.NoArgs, } func init() {