Commander
Commander copied to clipboard
:bug: search defaults to verbose, `--verbose` switch has no affect.
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?
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