qpdb / mentat

A persistent, relational store inspired by Datomic and DataScript.
https://mentat.rs/
Apache License 2.0
52 stars 2 forks source link

Generalise `no_arg_parser` in `command_parser` in CLI #173

Open gburd opened 4 years ago

gburd commented 4 years ago

Currently each command that takes no args has it's own separate parser. This ought to be able to be generalised. My idea was: