Commander icon indicating copy to clipboard operation
Commander copied to clipboard

:bug: search defaults to verbose, `--verbose` switch has no affect.

Open jptechnical opened this issue 1 year ago • 1 comments

When searching for a record, I get a nice table of returned results, and then it loops through this into full details. I don't see this output as different than the --verbose switch. Is it possible the search command is defaulting to --verbose? I don't see a way of returning only the brief response. Is search broken in Commander Version: 16.9.29 (Current version) on macOS?

image

jptechnical avatar Dec 12 '23 23:12 jptechnical

Thank you for pointing this out. search command already has --verbose argument. This argument was ignored for records. The next Commander release is going to fix this issue. search .*bbh --categories=record or s .*bbh -c r is going to search only records and skip record detail output

sk-keeper avatar Dec 14 '23 19:12 sk-keeper