Skip to content

Commit

Permalink
Add action clap attribute to fixed_strings
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Oct 8, 2022
1 parent ff7336b commit a50e417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pub struct Opts {
/// Treat the pattern as a literal string instead of a regular expression. Note
/// that this also performs substring comparison. If you want to match on an
/// exact filename, consider using '--glob'.
#[clap(long, short = 'F', alias = "literal", hide_short_help = true)]
#[clap(long, short = 'F', action, alias = "literal", hide_short_help = true)]
pub fixed_strings: bool,
/// Show absolute instead of relative paths
///
Expand Down

0 comments on commit a50e417

Please sign in to comment.