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 Oct 28, 2021. It is now read-only.
* allow for hidden arguments and options
* list arguments in the help output if they have a description
* make Args handle the case when argv doesn't contain the executable as its first element, which is useful for Win32 programs
trueqbit
added a commit
to trueqbit/Clara
that referenced
this issue
Nov 12, 2019
I'd like to propose to extend the handling of arguments, which I have implemented in a fork of mine (which is again based on BMBurstein's).
Specifically:
Args
handle the case whenargv
doesn't contain the executable as its first element, which is useful for Win32 programsThe text was updated successfully, but these errors were encountered: