Chris K

Results 141 comments of Chris K
trafficstars

How about unixflag.Parse: func Parse() { flag.CommandLine.Parse(OSArgsToUnixArgs()) } Replace all flag.Parse with unixflag.Parse. On Mon, Jun 17, 2024 at 12:17 ron minnich ***@***.***> wrote: > ah, your approach is fine...