Macros
- long 🔒
Structs
- RGArg is a light wrapper around a clap::Arg and also contains some metadata about the underlying Arg so that it can be inspected for other purposes (e.g., hopefully generating a man page).
Enums
- The kind of a ripgrep argument.
Constants
Functions
- Generate a sequence of all positional and flag arguments.
- Build a clap application parameterized by usage strings.
- arg_path 🔒
- Returns the relevant CPU features enabled at compile time.
- flag_pre 🔒
- Return the “long” format of ripgrep’s version string.
- Returns the relevant CPU features enabled at runtime.
Type Aliases
- Arg 🔒Arg is a light alias for a clap::Arg that is specialized to compile time string literals.