The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

DESCRIPTION

This plugin tries to handle typos in command names