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

Command::Tree -base class for commands which delegate to a list of sub-commands

Description

       # in Foo.pm class Foo { is => 'Command::Tree' };

       # in Foo/Cmd1.pm class Foo::Cmd1 { is => 'Command' };

       # in Foo/Cmd2.pm class Foo::Cmd2 { is => 'Command' };

       # in the shell $ foo cmd1 cmd2 $ foo cmd1 $ foo cmd2

perl v5.38.2                                       2024-06-15                                 Command::Tree(3pm)

Name

       Command::Tree -base class for commands which delegate to a list of sub-commands

See Also