@@ -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
|
||||
|
||||
@@ -46,7 +46,7 @@ impl Server {
|
||||
database_path = ?config.database_path,
|
||||
log_levels = %config.log,
|
||||
"{}",
|
||||
conduit::version::conduwuit(),
|
||||
conduit::version(),
|
||||
);
|
||||
|
||||
Ok(Arc::new(Self {
|
||||
|
||||
Reference in New Issue
Block a user