1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/tests
Andrew Gallant 8cb5833ef9 argv: update clap to 2.29.4
We use the new AppSettings::AllArgsOverrideSelf to permit all flags to
be specified multiple times. This removes the need for our previous
work-around where we would enable `multiple` for every flag and then
just extract the last value when consuming clap's matches.

We also add a couple regression tests that ensure repeated switches and
flags work as expected.
2018-02-06 12:07:59 -05:00
..
data search: add support for searching compressed files 2018-01-30 09:13:53 -05:00
hay.rs Add integration tests. 2016-09-09 22:58:30 -04:00
tests.rs argv: update clap to 2.29.4 2018-02-06 12:07:59 -05:00
workdir.rs config: add persistent configuration 2018-02-04 10:40:20 -05:00