mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
update readme
This commit is contained in:
parent
f6d44bd1da
commit
c9ff85ad42
11
README.md
11
README.md
@ -166,3 +166,14 @@ All other options not shown here are passed directly to rg, especially
|
||||
\[PATTERN\] and \[PATH \...\]
|
||||
|
||||
[ripgrep]: https://github.com/BurntSushi/ripgrep
|
||||
|
||||
## Development
|
||||
|
||||
To enable debug logging:
|
||||
|
||||
```bash
|
||||
export RUST_LOG=debug
|
||||
export RUST_BACKTRACE=1
|
||||
```
|
||||
|
||||
Also rember to disable caching with `--rga-no-cache` or clear the cache in `~/.cache/rga` to debug the adapters.
|
||||
|
Loading…
Reference in New Issue
Block a user