-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parameter without an option #130
Comments
There is already one? with type CLIArguments =
| [<MainCommand>] ImageFile of IMAGEFILE:string It's just printed weird way in the help btw:
The IMAGEFILE is repeated as a header of sorts there. |
Closing for now; Feel free to re-open with details, but I suspect there is already an in the box way to do it, if the ask can be defined? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, this is a query rather than a bug report.
Is there a way to check for a command line parameter that doesn't have an option?
For example,
and then check for the
param
using Argu.What is the best way to do this?
I've seen #85, has there been any updates since?
Cheers
The text was updated successfully, but these errors were encountered: