commands: "bridge" don't take arguments

Michael Muré created

Change summary

commands/bridge.go | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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() {