-
Notifications
You must be signed in to change notification settings - Fork 15
command line options failing #29
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
Comments
I don't treat -c as a sub parameter of -f. I thought it was the default behaviour for the sql-cli too:
If you use:
it should work, because -c will be treated as a run parameter, not a -f sub parameter. |
So what you are saying is that we cannot put the -c parameter anywhere we like. |
Yes, it's a bit restrictive but makes sense to have correlated parameters together. I would like to leave it as is and update the docs. |
That solution will work just fine :) |
I would expect the below command to succeed:
It fails however reporting invalid parameter values:
https://travis-ci.org/utPLSQL/utPLSQL/jobs/260426161#L5844
The line that is causing the issues is:
-f=ut_documentation_reporter -c -o=test_results.log -s
it was working fine when I used:
-f=ut_documentation_reporter -c
The text was updated successfully, but these errors were encountered: