The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

pram - Standalone script for the Gentoo::App::Pram module.

DESCRIPTION

pram is the frontend script for the Gentoo::App::Pram module.

SYNOPSIS

pram <Pull Request #>

 --repository|r <repository> Set repository to fetch PR from.
 --editor|e     <editor>     Set editor to visualise patch in.
 --help|h                    Display help.
 --man|m                     Display a man page.

EXAMPLE

 # This command will fetch PR 123 from the GitHub repository 'gentoo/gentoo'
 # and display it in emacs.
 $ pram --editor emacs --repository gentoo/gentoo 123

VERSION

version 0.003

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Patrice Clement.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

AUTHOR

Patrice Clement <monsieurp@gentoo.org>, Kent Fredric <kentnl@gentoo.org>.