nxt.getoptx

Undocumented in source.

Public Imports

std.getopt
public import std.getopt;
Undocumented in source.

Members

Aliases

GetOptRslt
alias GetOptRslt = Tuple!(bool, "help", Option[], "options")
Undocumented in source.
Option
alias Option = Tuple!(string, "optShort", string, "optLong", string, "help")
Undocumented in source.

Functions

defaultGetoptPrinter
void defaultGetoptPrinter(string text, Option[] opt)
Undocumented in source. Be warned that the author may not have intended to support it.
getoptX
GetOptRslt getoptX(string[] args, T opts)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta