logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Getopt::Complete::LazyOptions - internal object used as a placeholder for unprocessed options

Description

       This class is used internally by Getopt::Complete::Options.

perl v5.36.0                                       2022-10-13                 Getopt::Complete::LazyOptions(3pm)

Name

       Getopt::Complete::LazyOptions - internal object used as a placeholder for unprocessed options

Synopsis

           use Getopt::Complete (
               "foo=n" => [11,22,33],
               "bar=s" => "f",
               ">"     =>  sub {
                               my $values = [];
                               # code to generate completions for this option here...
                               return $values;
                           }
           );

Version

       This document describes Getopt::Complete::LazyOptions 0.26.

See Also