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
{{ message }}
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
Following clint\example\args.py, it looks like only the last of these would be grouped by correctly* by clint, right? (Where "correctly" means I would only have to have to write one code block to handle each parameter or group, and those blocks would handle all four variants (thought admittedly sprinkling the in/out files among the flags in the 3rd example a bit contrived)).
The text was updated successfully, but these errors were encountered:
Can clint handle arguments with options (flags) followed by something else not related to the option? If so, how?
Many existing programs operating in the environment where I'm creating my program in use the patterns below, all of which are functionally identical.
Following
clint\example\args.py
, it looks like only the last of these would be grouped by correctly* by clint, right? (Where "correctly" means I would only have to have to write one code block to handle each parameter or group, and those blocks would handle all four variants (thought admittedly sprinkling the in/out files among the flags in the 3rd example a bit contrived)).The text was updated successfully, but these errors were encountered: