added debug line
This commit is contained in:
parent
8494664829
commit
0551352b7e
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ use std::process::Command;
|
|||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
|
||||
let args = CliArgs::parse();
|
||||
|
||||
println!("Opening Config file: {}", args.config_file);
|
||||
|
||||
let cfg: Config = confy::load_path(args.config_file)?;
|
||||
let mut body_content: String = format!("*Last Updated:* {} \n", chrono::Local::now().format("%D - %H:%M:%S"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue