mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Add generating file cli output
This commit is contained in:
parent
5c3f49e9f4
commit
a5e60ea6b7
2 changed files with 9 additions and 3 deletions
|
|
@ -307,7 +307,9 @@ impl Execute for Archive {
|
|||
))
|
||||
}
|
||||
|
||||
generate_mkv(&self, path, video_paths, audio_paths, subtitle_paths)?
|
||||
let _progess_handler = progress!("Generating mkv");
|
||||
generate_mkv(&self, path, video_paths, audio_paths, subtitle_paths)?;
|
||||
info!("Mkv generated")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue