From b6b398d518cee9052619e869444161293f7e02b0 Mon Sep 17 00:00:00 2001 From: sokorototo Date: Tue, 11 Jun 2024 16:15:12 +0300 Subject: [PATCH] oopsie --- vach-cli/src/commands/unpack.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vach-cli/src/commands/unpack.rs b/vach-cli/src/commands/unpack.rs index 683af4a..30cb57d 100644 --- a/vach-cli/src/commands/unpack.rs +++ b/vach-cli/src/commands/unpack.rs @@ -26,7 +26,7 @@ impl CommandTrait for Evaluator { let output_path = match args.value_of(key_names::OUTPUT) { Some(path) => PathBuf::from_str(path)?, - None => anyhow::bail!("Please provide an output path using the -o or --output key"), + None => Default::default(), }; if output_path.is_file() {