App::Cmd::Subdispatch::DashedStyle - "app cmd --subcmd" style subdispatching


App-Cmd documentation  | view source Contained in the App-Cmd distribution.

Index


NAME

Top

App::Cmd::Subdispatch::DashedStyle - "app cmd --subcmd" style subdispatching

VERSION

Top

version 0.311

METHODS

Top

get_command

  my ($subcommand, $opt, $args) = $subdispatch->get_command(@args)

A version of get_command that chooses commands as options in the following style:

  mytool mycommand --mysubcommand

opt_spec

A version of opt_spec that calculates the getopt specification from the subcommands.

AUTHOR

Top

Ricardo Signes <rjbs@cpan.org>

COPYRIGHT AND LICENSE

Top


App-Cmd documentation  | view source Contained in the App-Cmd distribution.