Name
CommandLine::Run — Parse the Command Line
Synopsis
Import CommandLine;
any
CommandLine::Run
( |
map
| commandline
) ; |
Parameters
-
map
commandline
a map used in the CommandLine module with information
about the handlers for GUI and commands.
Return Value
-
any
false if there was an error or no changes to be written (for example "help").
true if the changes should be written, or a value returned by the
handler
Description
Function to parse the command line, start a GUI or handle interactive and
command line actions as supported by the @ref CommandLine module.