MooseX::App::Plugin::Typo
Handle typos in command names
- Provided by: libmoosex-app-perl (Version: 1.41-1)
- Report a bug
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