In Main.printerOptsParser, the default values are written as string constants, rather than coming from defaultPrinterOpts. We could easily forget to update these if we ever change defaults.
This is easy enough but should probably wait until after PRs adding options have been merged (#23, #26 etc.).