argparse

Undocumented in source.

Members

Aliases

RawParam
alias RawParam = Param!(string[])
Undocumented in source.

Functions

Action
auto Action(ARG arg)
Undocumented in source. Be warned that the author may not have intended to support it.
AllowNoValue
auto AllowNoValue(ARG arg)
Undocumented in source. Be warned that the author may not have intended to support it.
AllowedValues
auto AllowedValues(ARG arg)
Undocumented in source. Be warned that the author may not have intended to support it.
Counter
auto Counter(ARG arg)
Undocumented in source. Be warned that the author may not have intended to support it.
NamedArgument
auto NamedArgument(string[] name)
Undocumented in source. Be warned that the author may not have intended to support it.
NamedArgument
auto NamedArgument(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
Parse
auto Parse(ARG arg)
Undocumented in source. Be warned that the author may not have intended to support it.
PositionalArgument
auto PositionalArgument(uint pos)
Undocumented in source. Be warned that the author may not have intended to support it.
PositionalArgument
auto PositionalArgument(uint pos, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
PreValidation
auto PreValidation(ARG arg)
Undocumented in source. Be warned that the author may not have intended to support it.
RequireNoValue
auto RequireNoValue(ARG arg)
Undocumented in source. Be warned that the author may not have intended to support it.
TrailingArguments
auto TrailingArguments()
Undocumented in source. Be warned that the author may not have intended to support it.
Validation
auto Validation(ARG arg)
Undocumented in source. Be warned that the author may not have intended to support it.
parseCLIArgs
auto parseCLIArgs(string[] args, Config config)
Undocumented in source. Be warned that the author may not have intended to support it.
parseCLIKnownArgs
auto parseCLIKnownArgs(string[] args, Config config)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

CommandLineParser
struct CommandLineParser(T)
Undocumented in source.
Config
struct Config
Undocumented in source.
Param
struct Param(VALUE_TYPE)
Undocumented in source.

Meta