ales-t / rjp

Rapid JSON-lines processor
Apache License 2.0
3 stars 0 forks source link

Argument parser #8

Open zouharvi opened 2 years ago

zouharvi commented 2 years ago

Relevant to #7, we should definitely transition from the handwritten argument parser to something like clap. I'm however wary of implementing it now because version 3.0 should come out soon:tm: and I had issues by including the beta in Cargo.toml.

zouharvi commented 2 years ago

https://epage.github.io/blog/2021/12/clap3/

Clap v3 has just been released.