-
Notifications
You must be signed in to change notification settings - Fork 440
Closed
Milestone
Description
API for querying parse results is needed.
With the explicit model API introduced with #245, a CLI may be specified programmatically. When a command line is parsed, only the OptionSpec
and PositionalParamSpec
objects that matched some input are given a value.
The parse results API needs to provide a mechanism for applications to discover which OptionSpec
and PositionalParamSpec
objects were matched.