Scroll to navigation

App::Spec::Completion::Bash(3) User Contributed Perl Documentation App::Spec::Completion::Bash(3)

NAME

App::Spec::Completion::Bash - Shell Completion generator for bash

See also App::Spec::Completion and App::Spec::Completion::Zsh

SYNOPSIS

my $completer = App::Spec::Completion::Bash->new( spec => $appspec );

METHODS

    my $completion = $completer->generate_completion;
    
    (@names) = $self->escape_singlequote( @names );
    
    my ($flags_string, $options_string) = $completer->flags_options($global_options);
    
2025-03-26 perl v5.42.1