miller/go/src/platform
2021-04-01 00:09:40 -04:00
..
getargs_windows.go exe-name regularizations for cross-platform regression-testing 2021-04-01 00:09:40 -04:00
gets_notwindows.go Windows single-quote and CR/LF handling (#460) 2021-03-29 00:13:00 -04:00
README.md Windows single-quote and CR/LF handling (#460) 2021-03-29 00:13:00 -04:00

This is platform-dependent code, which as of early 2021 is the command-line parser.

Handling single quotes and double quotes is different on Windows unless particular care is taken, which is what this package does.

Please see ./getargs_windows.go for details.