Skip to content

Commit

Permalink
Remove broken custom path separator flag (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev authored Oct 21, 2023
1 parent 639d16f commit 64649bb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ w - match full words only
*/
pub flags: Option<String>,

#[arg(long, value_name = "SEPARATOR")]
/// Set the path separator to use when printing file paths. The default is
/// your platform's path separator ('/' on Unix, '\' on Windows). This flag
/// is intended to override the default when the environment demands it. A
/// path separator is limited to a single byte.
pub path_separator: Option<char>,

/// The regexp or string (if using `-F`) to search for.
pub find: String,

Expand Down

0 comments on commit 64649bb

Please sign in to comment.