Skip to content

Commit

Permalink
Merge pull request #164 from KP64/master
Browse files Browse the repository at this point in the history
Added missing Documentation for "iglob"
  • Loading branch information
solidiquis authored May 1, 2023
2 parents 246ebce + 4cea1f3 commit 7e398a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/render/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ pub struct Context {
#[arg(group = "searching", long, requires = "pattern")]
pub glob: bool,

/// Enables case-insensitive glob based searching
#[arg(group = "searching", long, requires = "pattern")]
pub iglob: bool,

Expand Down

0 comments on commit 7e398a6

Please sign in to comment.