cmdline v1.3.4 (2024-09-24T03:22:01Z)
Dub
Repo
OptVal.VARIADIC
cmdline
ext
OptVal
Undocumented in source.
enum
VARIADIC
;
enum
VARIADIC
;
struct
OptVal
(T, string shortAndVal, bool isMandatory = false)
static if
(
!is(T == bool)
)
static if
(!(
shortAndVal.length > 5 && shortAndVal[$ - 4 .. $ - 1] == "..."
))
enum
VARIADIC
=
false
;
Meta
Source
See Source File
cmdline
ext
OptVal
aliases
InnerType
functions
get
isValid
opAssign
manifest constants
MANDATORY
OPTIONAL
OPTVAL_FLAG_
SHORT_FLAG_AND_VAL_STR
VARIADIC
variables
_inner