mise task arg doesn't respect double_dash=required #5759
Unanswered
prashantv
asked this question in
Troubleshooting and bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm using args in a mise task, via the usage spec for more advanced features. Repro of the issue:
I'm using
double_dash="required", which from the docs says:However, the
--doesn't seem to be required:I was expecting the first run without
--to return an error as there's no other flags defined.mise version:
All reactions