Skip to content

Commit

Permalink
Remove unimplemented -G flag
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Dec 16, 2024
1 parent bbca978 commit 7e11b98
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bin/cargo-ziggy/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ pub struct Run {
#[clap(value_name = "TARGET", default_value = DEFAULT_UNMODIFIED_TARGET)]
target: String,

/// Maximum length of input
#[clap(short = 'G', long = "maxlength", default_value_t = 1048576)]
max_length: u64,

/// Input directories and/or files to run
#[clap(short, long, value_name = "DIR", default_value = DEFAULT_CORPUS_DIR)]
inputs: Vec<PathBuf>,
Expand Down

0 comments on commit 7e11b98

Please sign in to comment.