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

MooseX::App::Plugin::Typo - Handle typos in command names

Description

       This plugin tries to handle typos in command names

perl v5.36.0                                       2023-10-22                     MooseX::App::Plugin::Typo(3pm)

Name

       MooseX::App::Plugin::Typo - Handle typos in command names

Synopsis

       In your base class:

        package MyApp;
        use MooseX::App qw(Typo);

       In your shell

        bash$ myapp pusl
        Ambiguous command 'pusl'
        Which command did you mean?
        * push
        * pull

See Also