Skip to content

Commit

Permalink
add real dry run option
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Dec 18, 2024
1 parent 8e6bc5a commit f0022ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ use std::path::PathBuf;
next_display_order = None,
)]
pub struct Cli {
/// Runs in test mode without renaming actual files (dry-run).
#[arg(short, long)]
/// Runs in test mode without renaming actual files
#[arg(short, long, visible_alias="dry-run")]
pub test: bool,
/// Recursively creates all parent directories of '<OUTPUT>' if they are missing.
#[arg(short = 'k', long)]
Expand Down

0 comments on commit f0022ac

Please sign in to comment.