jhauberg / cards.py

Generate Print-and-Play cards for your board games
MIT License
35 stars 7 forks source link

Machine readable warnings/errors #75

Open jhauberg opened 8 years ago

jhauberg commented 8 years ago

Eventually, this module might need to be used from "something else". However, the error and warning output is meant for human eyes on a command-line interface.

It might be useful adding an argument, something like --machine-readable, which causes the output to be in an easily parseable format.

jhauberg commented 8 years ago

Look into isatty()