Thanks to visit codestin.com Credit goes to github.com
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
If I run the batch script with no arguments, I get:
C:\Users\trent\utPLSQL-cli\bin>utplsql.bat Usage: <main class> [command] [command options] Commands: run run tests
I think the <main class> is not an actual part of required input, right?
<main class>
The text was updated successfully, but these errors were encountered:
You should be able to call the CLI from a windows command prompt like follows:
utplsql run yourUser/yourPassword@connectString
No need to call utplsql.bat.
Sorry, something went wrong.
Ah ok, good to know. Still it prints the same. Was just pointing out if the string <main class> should be included in the (help) output.
Should show: utplsql
utplsql
You guys are right - it should be utplsql of course.
f21c739
pesse
No branches or pull requests
If I run the batch script with no arguments, I get:
I think the
<main class>
is not an actual part of required input, right?The text was updated successfully, but these errors were encountered: