You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would there be interest in some sort of "extended" option that has a similar api as a command, but is treated like an option? The use case I'm interested in is mapping a cli interface to a json configuration file.
Would there be interest in some sort of "extended" option that has a similar api as a command, but is treated like an option? The use case I'm interested in is mapping a cli interface to a json configuration file.
A json file such as:
would have
ArgParseSettings
such as:and would look something like this on the cli:
and lastly would result in parsed args:
The text was updated successfully, but these errors were encountered: