cli: make -d a short flag for --max-depth

Interestingly, ripgrep now only has two available ASCII letter short
flags remaining: -k and -y.

Closes #2643, Closes #2644
This commit is contained in:
Andrew Gallant
2023-11-21 18:07:18 -05:00
parent 3d2f49f6fe
commit af55fc2b38
3 changed files with 9 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ Feature enhancements:
When `extra-verbose` mode is enabled in zsh, show extra file type info.
* [FEATURE #2409](https://github.com/BurntSushi/ripgrep/pull/2409):
Added installation instructions for `winget`.
* [FEATURE #2643](https://github.com/BurntSushi/ripgrep/issues/2643):
Make `-d` a short flag for `--max-depth`.
Bug fixes: