argparse v0.9.0 (2022-04-24T03:39:45Z)
Dub
Repo
CLI.parseArgs
argparse
CLI
Undocumented in source. Be warned that the author may not have intended to support it.
Result
parseArgs
(COMMAND receiver, string[] args)
int
parseArgs
(string[] args, COMMAND initialValue)
int
parseArgs
(string[] args, COMMAND initialValue)
template
CLI
(Config config, COMMAND)
static
int
parseArgs
(
alias
newMain
)
(
string
[]
args
,
COMMAND
initialValue
=
COMMAND.init
)
if
(
__traits(
compiles
, )
)
Meta
Source
See Implementation
argparse
CLI
mixin templates
main
static functions
parseArgs
parseKnownArgs