parse_conf_arg

Parse command line arguments for the last instance of -conf=path.

const(char)[]
parse_conf_arg
(
Strings* args
)

Parameters

args Strings*

Command line arguments

Return Value

Type: const(char)[]

The 'path' in -conf=path, which is the path to the config file to use

Suggestion Box / Bug Report