miller/go/src/entrypoint
John Kerl 5d482f65aa
Getoptish feature: let "-xyz" -> "-x -y -z" in the CLI while leaving "--xyz" as-is (#467)
* Getoptish feature: let "-xyz" -> "-x -y -z" in the CLI while leaving "--xyz" as-is
* comment-neaten
2021-03-31 19:46:30 -04:00
..
entrypoint.go Getoptish feature: let "-xyz" -> "-x -y -z" in the CLI while leaving "--xyz" as-is (#467) 2021-03-31 19:46:30 -04:00
README.md Windows single-quote and CR/LF handling (#460) 2021-03-29 00:13:00 -04:00

All the usual contents of main() are put into this package for ease of testing.