Use arg bundling for `aka`

This commit is contained in:
Pragmatic Software 2017-05-20 23:43:34 -07:00
parent f2f88d9caf
commit f5be26a98c
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ sub list_also_known_as {
chomp $getopt_error;
};
Getopt::Long::Configure ("bundling");
my ($show_hostmasks, $show_gecos, $show_nickserv, $show_id, $show_relationship, $show_weak, $dont_use_aliases_table);
my ($ret, $args) = GetOptionsFromString($arguments,
'h' => \$show_hostmasks,