Add argument parser for the conduit executable

Allow fetching the version with `conduit --version`. Fixes #285.
This commit is contained in:
Max Cohen 2022-09-25 10:59:19 +02:00 committed by Charles Hall
parent 88fbd5b294
commit 9a81a49c6a
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 16 additions and 0 deletions

View file

@ -44,6 +44,8 @@ static GLOBAL: Jemalloc = Jemalloc;
#[tokio::main]
async fn main() {
clap::parse();
// Initialize config
let raw_config =
Figment::new()