We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9953452 commit c71ad2dCopy full SHA for c71ad2d
src/bin/tf.rs
@@ -32,7 +32,7 @@ struct Options {
32
#[structopt(long, short = "n", default_value = "10")]
33
num: usize,
34
/// Regular expression used to split lines into fields
35
- #[structopt(long, short = "e", default_value = "\\s+")]
+ #[structopt(long, short = "e", default_value = "[ \\t]")]
36
regex: String,
37
/// File to search
38
file: String,
0 commit comments