clid.parse

Undocumented in source.

Members

Aliases

StringConsumer
alias StringConsumer = void delegate(string)
Undocumented in source.

Functions

parse
C parse(string[] args)

Parses a range of arguments.

validateConfig
void validateConfig(C c)

Validates a configuration struct. Each property should be marked using @Validate!validator. The validator will be called using the argument used (e.g.: "--help"), and with the actual value given.

Meta