commandline

Public Imports

matcher
public import matcher;

Members

Aliases

ParseResult
alias ParseResult = Tuple!(string[string], "parsed", string[], "rest")
Undocumented in source.

Functions

isLongOption
bool isLongOption(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
isShortOption
bool isShortOption(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
ParseResult parse(Option[] options, string[] args)

parses args (takes out all options and returns the rest).

toKv
auto toKv(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Command
struct Command
Undocumented in source.
Option
struct Option
Undocumented in source.

Meta

Authors

Christian Koestlin