mirror of
https://github.com/cyborg42/epub2mdbook.git
synced 2026-02-11 00:34:50 -05:00
with file name as output dir
This commit is contained in:
parent
f8189b5d6d
commit
b183e611e8
5 changed files with 12 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ struct Args {
|
|||
|
||||
fn main() -> Result<(), Error> {
|
||||
let args = Args::parse();
|
||||
convert_epub_to_mdbook(args.input_epub, args.output_dir)?;
|
||||
convert_epub_to_mdbook(args.input_epub, args.output_dir, true)?;
|
||||
println!("Conversion completed successfully!");
|
||||
Ok(())
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue