Skip to content

Use Docopt for all applications

Past due by over 10 years 75% complete

Using Docopt (the Go port, anyways) will allow us to abstract out the command line parsing, such that the "main" package of the application (which is not really possible to coverage test) basically just becomes 10 lines or less of handoff to the real, testable code.

Loading