handleGetopt

Handles getopt arguments passed to the program.

GetoptResult
handleGetopt
(
ref string[] args
,)

Parameters

args string[]

Command-line arguments passed to the program.

config Configuration

Configuration struct to set the members of.

Return Value

Type: GetoptResult

std.getopt.GetoptResult as returned by the call to std.getopt.getopt.

Meta