logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MooseX::App::Plugin::BashCompletion - Bash completion for your MooseX::App applications

Description

       This plugin generates a bash completion definition for your application.

Name

       MooseX::App::Plugin::BashCompletion - Bash completion for your MooseX::App applications

See Also

       MooseX::App::Cmd::Command::BashComplete

perl v5.36.0                                       2023-10-22              MooseX::App::P...:BashCompletion(3pm)

Synopsis

       In 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

See Also