argparse v1.0.0 (2022-06-09T18:44:25Z)
Dub
Repo
Complete.Complete
argparse
completer
Complete
Undocumented in source.
struct
Complete
(COMMAND)
@
Command
("complete").
Description
("Print completion.")
struct
Complete {
@
MutuallyExclusive
@
NamedArgument
.
Description
("Provide completion for bash.")
bool
bash
;
@
MutuallyExclusive
@
NamedArgument
.
Description
("Provide completion for tcsh.")
bool
tcsh
;
@
MutuallyExclusive
@
NamedArgument
.
Description
("Provide completion for fish.")
bool
fish
;
@
TrailingArguments
string
[]
args
;
void
execute
();
}
Members
Functions
execute
void
execute
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
args
string
[]
args
;
Undocumented in source.
bash
bool
bash
;
Undocumented in source.
fish
bool
fish
;
Undocumented in source.
tcsh
bool
tcsh
;
Undocumented in source.
Meta
Source
See Implementation
argparse
completer
Complete
structs
Complete
Init
variables
cmd