We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
./myApp param
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?
param
Cheers
The text was updated successfully, but these errors were encountered:
There is already one? with [<MainCommand>]
[<MainCommand>]
type CLIArguments = | [<MainCommand>] ImageFile of IMAGEFILE:string
It's just printed weird way in the help btw:
USAGE: gadget.exe [--help] [--size <size>] [<IMAGEFILE>] IMAGEFILE: <IMAGEFILE> crappery OPTIONS: --size, -s <size> size of new image file
The IMAGEFILE is repeated as a header of sorts there.
Sorry, something went wrong.
@maccth @Ciantic I'm not clear what the ask/proposal is here. Can this be closed and/or can the OP be expanded on please?
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?
No branches or pull requests
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: