jcli v0.21.0 (2021-08-25T09:08:24Z)
Dub
Repo
ArgParser.Result
jcli
argparser
parser
ArgParser
Undocumented in source.
struct
ArgParser
static
struct
Result {
enum
Kind
;
string
fullSlice
;
string
dashSlice
;
string
nameSlice
;
Kind
kind
;
bool
isShortHand
();
}
Members
Enums
Kind
enum
Kind
Undocumented in source.
Functions
isShortHand
bool
isShortHand
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dashSlice
string
dashSlice
;
Undocumented in source.
fullSlice
string
fullSlice
;
Undocumented in source.
kind
Kind
kind
;
Undocumented in source.
nameSlice
string
nameSlice
;
Undocumented in source.
Meta
Source
See Implementation
jcli
argparser
parser
ArgParser
constructors
this
functions
popFront
properties
empty
front
remainingArgs
structs
Result