Skip to content
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

CLI without command throws IndexOutOfBoundsException on Windows #807

Closed
donaldoakes opened this issue Feb 18, 2020 · 1 comment
Closed
Assignees
Labels
Projects
Milestone

Comments

@donaldoakes
Copy link
Collaborator

Running just mdw shows the following stack trace, whereas on Linux/Mac it displays the help message as expected.

C:\>mdw
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.rangeCheck(ArrayList.java:657)
        at java.util.ArrayList.get(ArrayList.java:433)
        at com.centurylink.mdw.cli.Main.main(Main.java:81)
@naveena-bellamkonda
Copy link
Collaborator

unable to reproduce this issue with 6.1.32-SNAPSHOT cli. Without command, it displays the version and help message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
cli
Awaiting triage
Development

No branches or pull requests

2 participants