diff options
-rw-r--r-- | commands/bridge.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/bridge.go b/commands/bridge.go index 93b5991b..5dc4e744 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() { |