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 Strings

command line arguments

argc size_t

argument count

params Param

set to result of parsing arguments

files Strings

set to files pulled from arguments

Return Value

Type: bool

true if errors in command line

Suggestion Box / Bug Report