parseCommandLine

Parse command line arguments.

Prints message(s) if there are errors.

bool
parseCommandLine
(
const ref Strings arguments
,
const size_t argc
,,
ref Strings files
)

Parameters

arguments
Type: Strings

command line arguments

argc
Type: size_t

argument count

params
Type: Param

set to result of parsing arguments

files
Type: Strings

set to files pulled from arguments

Return Value

Type: bool

true if errors in command line

Meta