Add argument parser for the conduit executable
Allow fetching the version with `conduit --version`. Fixes #285.
This commit is contained in:
parent
88fbd5b294
commit
9a81a49c6a
3 changed files with 16 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
pub mod api;
|
||||
pub mod clap;
|
||||
mod config;
|
||||
mod database;
|
||||
mod service;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue