parseCommandLine

Processes command-line arguments

parseCommandLine
(
string[] args
)

Parameters

args
Type: string[]

command-line arguments

Return Value

Type: auto

2-element tuple with first element being aggregate struct of app configuration and second - getopt parse result

Meta