Tab completion for log command

This commit is contained in:
Juerd Waalboer 2022-11-01 18:51:52 +01:00
parent 50675af660
commit ad168a87e1

View file

@ -67,7 +67,7 @@ sub _grep($u) {
return @lines;
}
sub log_for($self, $cart, $input, @) {
sub log_for :Tab(USERS) ($self, $cart, $input, @) {
my $user = parse_user($input) or return REJECT, "Unknown user";
my @lines = _grep($user);