-
Notifications
You must be signed in to change notification settings - Fork 586
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
FAKE should fail on invalid input #1896
Comments
Accoding to the cli it is not really invalid input.
This in return will be parsed by the target module according to: So Therefore this cannot be detected. We might trigger a warning if we can detect unparsed valid parameters. But the whole point of this is to allow conflicting parameters in a consistent way. |
We could also emit more logging about this process in verbose mode if that would help... |
Or one more idea: We could make this "argument" feature opt-in and report errors by default. |
Why not require Can you make it |
Because with the current system it will not work the way people would expect it to. In particular the first parser (from the runtime) the
Yes we could add / change that. Would we change |
Yes those would be changed too. |
E.g.
./build.sh --single-target --target Pack
doesn't warn or anything; just proceeds with the default build.The text was updated successfully, but these errors were encountered: