fontmin
fontmin copied to clipboard
cli: set dest independent from stdout tty
If dest is provided it should be used for writing the files and if not the output should be written to stdout (regardless of if it's a TTY).
Fixes #54 (tested on Travis CI).
Is there any way to get this merged? This fixes a bug (at the moment it checks for TTY instead of for presence of dest parameter).