Doc-Simply

 view release on metacpan or  search on metacpan

lib/Doc/Simply/App.pm  view on Meta::CPAN


_END_

sub run {
    my $self = shift;
    my @arguments = @_;

    my ( $help, $type );
    $type = 'slash-star';
    {
        local @ARGV = @arguments;
        GetOptions(
            'type=s' => \$type,
            'help|h|?' => \$help,
        );

        # style:s
        # css-file:s css-link:s css:s
        # js-file:s js-link:s js:s
        # wrapper-file:s
    }

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.032 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )