fix regex

This commit is contained in:
Maverick Liu 2025-02-23 15:12:47 +08:00
parent a84969da20
commit 24a373c45a
4 changed files with 29 additions and 28 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, pwd by default
/// The path to the output directory, working directory by default
#[clap(short, long)]
output_dir: Option<PathBuf>,
}