1MooseX::App::Plugin::TyUpsoe(r3)Contributed Perl DocumenMtoaotsieoXn::App::Plugin::Typo(3)
23
4
NAME
6MooseX::App::Plugin::Typo - Handle typos in command names
7
SYNOPSIS
9In your base class:
1011
package MyApp;
12use MooseX::App qw(Typo);
1314
In your shell
1516
bash$ myapp pusl
17Ambiguous command 'pusl'
18Which command did you mean?
19* push
20* pull
21
DESCRIPTION
23This plugin tries to handle typos in command names
2425
26
27
perl v5.36.0 2023-01-20 MooseX::App::Plugin::Typo(3)