Commit from GitHub Actions ()
This commit is contained in:
parent
696737f2c1
commit
c0508cb2d3
|
@ -44,7 +44,7 @@ fn load_config() -> Config {
|
|||
}
|
||||
};
|
||||
|
||||
return config;
|
||||
config
|
||||
}
|
||||
|
||||
lazy_static! {
|
||||
|
|
|
@ -2,7 +2,7 @@ mod config;
|
|||
|
||||
use crate::config::CONFIG;
|
||||
use clap::{Parser, Subcommand};
|
||||
use log::{debug, info, log, warn};
|
||||
use log::debug;
|
||||
|
||||
#[derive(Parser)]
|
||||
#[command(author, version, about)]
|
||||
|
|
Loading…
Reference in a new issue