Skip to content
Snippets Groups Projects
Commit 9788c742 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

Resolve "Fix setting passthrough and other things in cli/root in every cmd execute"

See merge request !950
parent 9dca72b4
No related branches found
No related tags found
1 merge request!950Resolve "Fix setting passthrough and other things in cli/root in every cmd execute"
Pipeline #215474 passed
......@@ -81,7 +81,7 @@ func Execute() {
}
func init() {
cobra.OnInitialize(initConfig)
initConfig()
// add CLI global parameters
rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "config file (./.gosdnc.toml)")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment