quixdb / squash

Compression abstraction library and utilities
https://quixdb.github.io/squash/
MIT License
405 stars 53 forks source link

options: Keep parsing options and return first error #225

Closed n3world closed 7 years ago

n3world commented 7 years ago

Currently option parsing bails when the first error is encountered. Update the parsing to parse all options and return the first error which was encountered if any.