-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
existingdir with default is tested even on --help #190
Comments
Got hit by the same issue. |
Related: #26 |
Actually this is slightly different - help should work no matter what :( |
Yes, they are not exactly the same. |
Opened #298 as a draft to potentially resolve this issue. Please let me know if there's any unintended consequences of addressing it this way. |
This also happens without default value. If you configure it as optional, is tested anyways |
cc @alecthomas should #298 have closed this? |
Yes I think so. If someone can test, let's close it! |
I'm seeing a similar behavior with a |
Thanks @douglaswth, I think #321 should address that. |
All existingdir with default values are tested even on commands not run or with --help
Example run:
./test --help
test: error: --dest: stat /foo: no such file or directory
The text was updated successfully, but these errors were encountered: