DOKK / manpages / debian 12 / libmoosex-app-perl / MooseX::App::Plugin::Typo.3pm.en
MooseX::App::Plugin::Typo(3pm) User Contributed Perl Documentation MooseX::App::Plugin::Typo(3pm)

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

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

This plugin tries to handle typos in command names

2022-10-16 perl v5.34.0