vrruiz / xisfits

Convert images from XISF to FITS
MIT License
8 stars 0 forks source link

Added structopt to manage CLI arguments. #12

Closed Razican closed 4 years ago

Razican commented 4 years ago

Also added verbose mode, and started using stderr for error output. The program will now not output anything from stdout if not in verbose mode, and will only output from stderr for errors.

Implements #5.