|
NAMEMooseX::App::Plugin::BashCompletion - Bash completion for your MooseX::App applicationsSYNOPSISIn your base class:package MyApp; use MooseX::App qw(BashCompletion); In your shell bash$ myapp bash_completion > myapp-complete.sh bash$ source myapp-complete.sh DESCRIPTIONThis plugin generates a bash completion definition for your application.SEE ALSOMooseX::App::Cmd::Command::BashComplete
Visit the GSP FreeBSD Man Page Interface. |