summaryrefslogtreecommitdiffstats
path: root/crates/core/flags/defs.rs
AgeCommit message (Expand)Author
2023-11-25doc: clarify errors for -z/--search-zipAndrew Gallant
2023-11-25doc: note the precedence of -t/--typeAndrew Gallant
2023-11-25doc: be more explicit about ripgrep's behavior when printing to a ttyAndrew Gallant
2023-11-25doc: clarify that --pre can accept any kind of pathAndrew Gallant
2023-11-25doc: mention that --stats is always implied by --jsonAndrew Gallant
2023-11-25doc: add more warnings about --vimgrepAndrew Gallant
2023-11-25doc: improve --sort=pathAndrew Gallant
2023-11-25doc: add docs about .ignore/.rgignore in parent directoriesAndrew Gallant
2023-11-21cli: make -d a short flag for --max-depthAndrew Gallant
2023-11-20cli: replace clap with lexopt and supporting codeAndrew Gallant