Blacksmoke16 / oq

A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.
https://blacksmoke16.github.io/oq/
MIT License
190 stars 15 forks source link

Argv parsing refactor #58

Closed Blacksmoke16 closed 4 years ago

Blacksmoke16 commented 4 years ago

Refactors ARGV processing in order to be more robust. Better handles multiple arguments and files. Retains BC but is slightly more strict in the order arguments are passed. Follow the usage instructions.

Fixes #57