Group
Extension

Matches 1

Complete-Getopt-Long ( P/PE/PERLANCAR/Complete-Getopt-Long-0.481.tar.gz, PERLANCAR, 2022; MetaCPAN )
Complete-Getopt-Long/lib/Complete/Getopt/Long.pm ( view source; MetaCPAN )

            if ($ospec && $ospec eq 'format=s') {
                complete_array_elem(array=>[qw/json text xml yaml/], word=>$word);
            } else {
                complete_user(word=>$word);
 
spec};
         if ($ospec && $ospec eq 'format=s') {
             complete_array_elem(array=>[qw/json text xml yaml/], word=>$word);
         } else {
             complete_user(word=>$word);
       

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.