atropos --version seems to prints the correct version string stdout, but also prints out a huge stack trace to stderr and exits with status 1. See attachments. (I hope this is not intended, that would be unconventional)
Fixed in develop. The program now exits with return code 0 if the --help or --version arguments are specified, and return code 1 if no arguments are specified or if an argument is missing.
atropos --version
seems to prints the correct version string stdout, but also prints out a huge stack trace to stderr and exits with status 1. See attachments. (I hope this is not intended, that would be unconventional)stdout.txt stderr.txt