refactor: uppercase Config file
This commit is contained in:
parent
5ea60282f3
commit
32ae9786e1
2 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ use std::path::PathBuf;
|
||||||
|
|
||||||
#[derive(Debug, Parser)]
|
#[derive(Debug, Parser)]
|
||||||
pub struct Cli {
|
pub struct Cli {
|
||||||
#[arg(short, long, default_value = "/app/config.toml")]
|
#[arg(short, long, default_value = "/app/Config.toml")]
|
||||||
pub config: PathBuf,
|
pub config: PathBuf,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue