Open nunomaduro opened 3 weeks ago
Would be nice to have support for wildcard in the filter, like pan --filter=btn-* would return all results starting with btn-.
pan --filter=btn-*
btn-
@adevade, the filter works on a string match (updated by @nunomaduro), so it is wildcard already.
@nunomaduro this can be closed.
Would be nice to have support for wildcard in the filter, like
pan --filter=btn-*
would return all results starting withbtn-
.