Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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