NAME

App::optargs - print an OptArgs program command summary

VERSION

0.0.1 Development release.

SYNOPSIS

use OptArgs;
dispatch(qw/run App::optargs/);

DESCRIPTION

This is the implementation of the optargs command which has the following usage:

usage: optargs CLASS [COMMAND]

    CLASS             OptArgs-based module to map
    COMMAND           Name of the command

    --indent, -i      Number of spaces to indent sub-commands
    --spacer, -s      Character to use for indent spaces
    --full,   -f      Print the full usage messages

It has a single function which expects to be called by OptArgs dispatch():

run(\%opts)

Run with options as defined by \%opts.

SEE ALSO

optargs, OptArgs

AUTHOR

Mark Lawrence <nomad@null.net>

LICENSE

Copyright 2012 Mark Lawrence <nomad@null.net>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.