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
first of all: the command line parser in the cli package is great! But, I do have a suggestion for minor changes:
[1] Do not treat unknown options as syntax errors, instead ignore them silently. This can be quite useful for piping options through multiple stages of command line parsing (e.g. benchmark runners).
[2] Consume successfully parsed arguments from argv (just as the option parser of ponyc does). This is less important if [1] is provided.
The text was updated successfully, but these errors were encountered:
Hey,
first of all: the command line parser in the cli package is great! But, I do have a suggestion for minor changes:
The text was updated successfully, but these errors were encountered: