Name

CommandLine::Init — Initialize Module

Synopsis

Import CommandLine;
boolean CommandLine::Init ( map  cmdlineinfo ,
  list<any>  args );

Parameters

map cmdlineinfo

the map describing the module command line

list<any> args

arguments given by the user on the command line

Return Value

boolean

true, if there are some commands to be processed

Description

Initialize the module, setup the command line syntax and arguments passed on the command line.

See