mirror of
https://github.com/cyborg42/epub2mdbook.git
synced 2026-02-10 16:24:50 -05:00
refactor
This commit is contained in:
parent
24a373c45a
commit
f8189b5d6d
4 changed files with 8 additions and 11 deletions
|
|
@ -16,8 +16,5 @@ epub2mdbook --input-epub path/to/input.epub --output-dir path/to/output
|
|||
```rust
|
||||
use epub2mdbook::convert_epub_to_mdbook;
|
||||
|
||||
convert_epub_to_mdbook(
|
||||
PathBuf::from("path/to/input.epub"),
|
||||
Some(PathBuf::from("path/to/output")),
|
||||
);
|
||||
convert_epub_to_mdbook("path/to/input.epub", Some("path/to/output"));
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue