From a4be82cae3571f786f32a83a0ef1d20ac14f3b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Mon, 1 Oct 2018 21:47:42 +0200 Subject: [PATCH] commands: "bridge" don't take arguments --- commands/bridge.go | 1 + 1 file changed, 1 insertion(+) 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() {