mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-25 09:11:57 -07:00
cli: rejigger --version to include PCRE2 info
This adds info about whether PCRE2 is available or not to the output of --version. Essentially, --version now subsumes --pcre2-version, although we do retain the former because it (usefully) emits an exit code based on whether PCRE2 is available or not. Closes #2645
This commit is contained in:
@@ -44,6 +44,8 @@ Feature enhancements:
|
||||
The `--debug` flag now indicates whether stdin or `./` is being searched.
|
||||
* [FEATURE #2643](https://github.com/BurntSushi/ripgrep/issues/2643):
|
||||
Make `-d` a short flag for `--max-depth`.
|
||||
* [FEATURE #2645](https://github.com/BurntSushi/ripgrep/issues/2645):
|
||||
The `--version` output will now also contain PCRE2 availability information.
|
||||
|
||||
Bug fixes:
|
||||
|
||||
|
Reference in New Issue
Block a user