control needs initialize.

This commit is contained in:
Naoki Kosaka
2021-06-19 15:24:48 +09:00
committed by GitHub
parent a1f3270c74
commit 3d92d8306a

View File

@ -69,6 +69,8 @@ func initConfig(cmd *cobra.Command) error {
os.Exit(1)
}
initialize(globalConfig)
return nil
}