Skip to content

Commit 838b6ef

Browse files
committed
feat: add ci into project
2 parents 2e0f6f4 + dab6323 commit 838b6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ struct Args {
5151
#[command(subcommand)]
5252
command: Option<Commands>,
5353
/// Config file
54-
#[arg(short, long, default_value = "config/default.toml")]
54+
#[arg(short, long, default_value = "config/00-default.toml")]
5555
config_path: Vec<String>,
5656
/// Print version
5757
#[clap(short, long)]

0 commit comments

Comments
 (0)