Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ommit <main class> it command line output with no arguments #63

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

Closed
tschf opened this issue Feb 20, 2018 · 4 comments
Closed

Ommit <main class> it command line output with no arguments #63

tschf opened this issue Feb 20, 2018 · 4 comments
Assignees
Milestone

Comments

@tschf
Copy link

tschf commented Feb 20, 2018

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?

@pesse
Copy link
Member

pesse commented Feb 20, 2018

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.

@tschf
Copy link
Author

tschf commented Feb 21, 2018

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.

@jgebal
Copy link
Member

jgebal commented Feb 21, 2018

Should show: utplsql

@pesse pesse self-assigned this Feb 22, 2018
@pesse
Copy link
Member

pesse commented Feb 22, 2018

You guys are right - it should be utplsql of course.

@pesse pesse added this to the 3.1.0 milestone Mar 20, 2018
@jgebal jgebal closed this as completed in f21c739 Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants