Fix directory arg

main
trivernis 11 months ago
parent 9613035188
commit 7350077955
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -8,7 +8,7 @@ pub struct Args {
#[command(subcommand)]
pub command: Command,
#[clap(default_value = ".")]
#[clap(long, short, default_value = ".")]
pub directory: PathBuf,
}

Loading…
Cancel
Save