diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-05-26 13:10:47 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-05-29 22:58:01 +0200 |
commit | 99b6107487f25bccf91d78fa44d9fe9ab2e3ef01 (patch) | |
tree | eae34534853179fcda7c266e94cdd16835206bae /commands/bridge_configure.go | |
parent | 1c146a1b678d11ef86840955a9195685d18e4a52 (diff) | |
download | git-bug-99b6107487f25bccf91d78fa44d9fe9ab2e3ef01.tar.gz |
Disable `bridgeConfigure` sort flags option
rename `validateGithubURLRemotes` to `getValideGithubRemoteURLs`
Diffstat (limited to 'commands/bridge_configure.go')
-rw-r--r-- | commands/bridge_configure.go | 1 |
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 } |