Skip to content

Commit

Permalink
refactor: remove checksum flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Jul 11, 2024
1 parent a68bc55 commit 2ad991b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/args_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ pub struct Flags {
/// No ignore any pdf files
pub no_ignore: bool,

#[arg(long)]
/// Disable checksum generator
pub no_checksum: bool,

#[arg(long)]
/// Disable checksum validate
pub no_checksum_validate: bool,

#[arg(long)]
/// Disable the comments and !debug directive
pub no_comments: bool,
Expand Down

0 comments on commit 2ad991b

Please sign in to comment.