Åke Persson

Results 13 comments of Åke Persson

I'll look into adding an option for this like "--num-infer-list".

+1 I like this as an alt. to map[string]interface{} #79 however this is still not granular enough since types in the Database schemas are for ex. limited to INTEGER or...

Basically the equiv. of doing: ```go if v, ok := args["--my-opt"]; ok && v == nil { if v, ok := os.LookupEnv("MY_OPT"); ok { args["--my-opt"] = v } } ```