1MooseX::App::Plugin::TyUpsoe(r3)Contributed Perl DocumenMtoaotsieoXn::App::Plugin::Typo(3)
2
3
4

NAME

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

SYNOPSIS

9       In your base class:
10
11        package MyApp;
12        use MooseX::App qw(Typo);
13
14       In your shell
15
16        bash$ myapp pusl
17        Ambiguous command 'pusl'
18        Which command did you mean?
19        * push
20        * pull
21

DESCRIPTION

23       This plugin tries to handle typos in command names
24
25
26
27perl v5.32.1                      2021-02-28      MooseX::App::Plugin::Typo(3)
Impressum