Tab completion for log command
This commit is contained in:
parent
50675af660
commit
ad168a87e1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue