|
NAMEMooseX::App::Plugin::Typo - Handle typos in command namesSYNOPSISIn 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 DESCRIPTIONThis plugin tries to handle typos in command names
Visit the GSP FreeBSD Man Page Interface. |