App-Codeowners
    
    
  
  
  
view release on metacpan or search on metacpan
lib/App/Codeowners/Options.pm view on Meta::CPAN
    $options->shell_completion($shell_type);
Print shell code to C<STDOUT> for the given type of shell. When eval'd, the shell code enables
completion for the F<git-codeowners> command.
=head2 completions
    $options->completions($current_arg_index, @args);
Print completions to C<STDOUT> for the given argument list and cursor position, and exit.
May also exit with status 9 and a compgen action printed to C<STDOUT> to indicate that the shell
should generate its own completions.
Doesn't return.
=head1 BUGS
Please report any bugs or feature requests on the bugtracker website
L<https://github.com/chazmcgarvey/git-codeowners/issues>
    
  
  
  
( run in 0.386 second using v1.01-cache-2.11-cpan-a1d94b6210f )