pre-format version strings

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-24 22:06:20 +00:00
parent 7638bbc49c
commit 3a51e18ce6
7 changed files with 32 additions and 32 deletions

View file

@ -6,7 +6,7 @@ use clap::Parser;
/// Commandline arguments
#[derive(Parser, Debug)]
#[clap(version = conduit::version::conduwuit(), about, long_about = None)]
#[clap(version = conduit::version(), about, long_about = None)]
pub(crate) struct Args {
#[arg(short, long)]
/// Optional argument to the path of a conduwuit config TOML file