@@ -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
|
||||
|
||||
Reference in New Issue
Block a user