Enable stdout output

This commit is contained in:
ByteDream 2023-03-23 13:39:05 +01:00
parent a7adb7191e
commit ba1c0aaaa4
4 changed files with 20 additions and 8 deletions

View file

@ -108,6 +108,7 @@ impl Execute for Archive {
.to_string_lossy()
!= "mkv"
&& !is_special_file(PathBuf::from(&self.output))
&& self.output != "-"
{
bail!("File extension is not '.mkv'. Currently only matroska / '.mkv' files are supported")
}