Goo::CommandLineManager - Manage command line parameters


Goo documentation  | view source Contained in the Goo distribution.

Index


NAME

Top

Goo::CommandLineManager - Manage command line parameters

SYNOPSIS

Top

use Goo::CommandLineManager;

DESCRIPTION

Top

Manage command line arguments.

METHODS

Top

new

constructor

get_last_parameter

pop off the last parameter on the command line

get_parameters

return all the parameters on the command line

get_parameter

return the parameter at a given position

get_selected_option

return the switch that is specified

add_option

add an option to manage on the command line

get_switch

return the value of the switch

show_help

display the help for all the command options

AUTHOR

Top

Nigel Hamilton <nigel@trexy.com>

SEE ALSO

Top


Goo documentation  | view source Contained in the Goo distribution.