You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flag.BoolVar(&flags.DangerousRegen, "dangerous-regen", false, "Regenerate everything. If set to true, init server will be regenerated and all previous changes will be lost")
flag.BoolVar(&flags.Gut, "gut", false, "generate additional file in the modules dir which concats all of the functions that convert possible response structs to typescript interfaces")
flag.StringVar(&flags.ConfigPath, "config", marvin.ConfigName, "Specify path to the gomarvin config file")