aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge_configure.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bridge_configure.go')
-rw-r--r--commands/bridge_configure.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/bridge_configure.go b/commands/bridge_configure.go
index 0ad602f4..c1bea08b 100644
--- a/commands/bridge_configure.go
+++ b/commands/bridge_configure.go
@@ -120,4 +120,5 @@ func init() {
bridgeConfigureCmd.Flags().StringVarP(&bridgeParams.Owner, "owner", "o", "", "The owner of the target repository")
bridgeConfigureCmd.Flags().StringVarP(&bridgeParams.Token, "token", "T", "", "The authentication token for the API")
bridgeConfigureCmd.Flags().StringVarP(&bridgeParams.Project, "project", "p", "", "The name of the target repository")
+ bridgeConfigureCmd.Flags().SortFlags = false
}