Closed mateuszkj closed 2 years ago
This merge request has only have:
clap::Parser
PQRSCommand
cat
head
All tests passes.
Reason for this MR is it will be easier to add new sub-commands.
Thanks a lot for the contribution @mateuszkj. Might take a few days to review since the PR has a lot of changes - hope you don't mind! 😀
This merge request has only have:
clap::Parser
. I have removed traitPQRSCommand
in favor of structs.cat
andhead
uses Json/Csv writers from arrow.All tests passes.
Reason for this MR is it will be easier to add new sub-commands.