beyondgrep/ack1

Add -K/--no-known-types

Closed this issue · 0 comments

Add switch to turn off -k/--known-types on an invocation-by-invocation basis.

Proffered code:

$additional_specs{'K|no-known-types'} = sub {
    my ( undef, $value ) = @_;
    $opt->{'filters'} = [ ];
};