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.
Currently clara::Arg(filenames, "filename"s)("input filenames"s) does not produce an entry in the help; it's is common for a brief description to appear
usage:
NAME [<filename> ... ] options
where <filename> ... input filenames
where options are:
ETC
or something similar.
Frankly, I also find it strange that the options appear after the arguments, rather than before, as is fairly standard.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently
clara::Arg(filenames, "filename"s)("input filenames"s)
does not produce an entry in the help; it's is common for a brief description to appearor something similar.
Frankly, I also find it strange that the
options
appear after the arguments, rather than before, as is fairly standard.The text was updated successfully, but these errors were encountered: