chore: remove unnecessary config prop init

This commit is contained in:
braginini 2021-05-01 15:52:08 +02:00
parent 6b5fe4f082
commit 550698c3b5

View File

@ -39,6 +39,4 @@ var (
)
func init() {
//upCmd.PersistentFlags().StringVar(&configPath, "config", "", "")
upCmd.MarkPersistentFlagRequired("config")
}