argparse v1.0.0 (2022-06-09T18:44:25Z)
Dub
Repo
CLI.main
argparse
CLI
Undocumented in source.
template
CLI
(Config config, COMMAND)
mixin template
main (
alias
newMain
) {
mixin
CLI
!(
config
,
COMMAND
).
mainComplete
;
version
(!
argparse_completion
)
int
main
(string[] argv);
}
Members
Functions
main
int
main
(string[] argv)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
CLI
!(
config
,
COMMAND
).
mainComplete
Undocumented in source.
Meta
Source
See Implementation
argparse
CLI
functions
complete
completeArgs
mixin templates
main
mainComplete
static functions
parseArgs
parseKnownArgs