jcli v0.12.0 (2021-01-28T09:25:30Z)
Dub
Repo
CommandParser.parse
jaster
cli
commandparser
CommandParser
Same as
parse
except it will automatically construct an
ArgPullParser
for you.
Result
!
void
parse
(string[] args, CommandT commandInstance)
struct
CommandParser
(alias CommandT, alias ArgBinderInstance = ArgBinder!())
Result
!void
parse
(
string
[]
args
,
ref
CommandT
commandInstance
)
Result
!
void
parse
(ArgPullParser parser, CommandT commandInstance)
Meta
Source
See Implementation
jaster
cli
commandparser
CommandParser
functions
parse
manifest constants
Info
Same as parse except it will automatically construct an ArgPullParser for you.