Scroll to navigation

MooseX::App::Plugin::Typo(3pm) User Contributed Perl Documentation 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

DESCRIPTION

This plugin tries to handle typos in command names
2013-05-23 perl v5.20.1