This commit is contained in:
Maverick Liu 2025-02-23 03:31:02 +08:00
parent d55060ab0f
commit 018d27b707
4 changed files with 25 additions and 21 deletions

View file

@ -8,7 +8,7 @@ struct Args {
/// The path to the input EPUB file
#[clap(short, long)]
input_epub: PathBuf,
/// The path to the output directory
/// The path to the output directory, pwd by default
#[clap(short, long)]
output_dir: Option<PathBuf>,
}