rizin
rizin copied to clipboard
Add `-V` (verbose) flag to `rz-find`
It is especially important for scanning directories - it should print filenames of every file scanned.
Hi @notxvilka can I be assigned this issue? Thanks in advance!
Sure, thanks!
Hi @notxvilka!
I've created a PR adding the -V (verbose) flag to rz-find. It prints each file being scanned, which is helpful for monitoring progress when searching through directories.
Implementation includes:
- Verbose output showing "Scanning: [filename]"
- 8 new test cases (all passing)
- Overrides auto-quiet mode when specified . ( i would like to take suggestion from you on what the correct approach on this should be , however as of now i have implemented that it overrides it ) .
I would also like to follow up on Updating the Rizin Book , i should raise a seperate Pull Request on : https://github.com/rizinorg/book correct ?