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

java -cp doesn't work #104

Open
scotbellamy opened this issue Nov 28, 2016 · 1 comment
Open

java -cp doesn't work #104

scotbellamy opened this issue Nov 28, 2016 · 1 comment

Comments

@scotbellamy
Copy link

When trying to execute a java -cp command in the Cash shell, -cp isn't interpreted as a proper java command line argument and results in "Invalid option: 'c'. Showing Help: ...". Would love to stay in the shell for all of my development work.

@nfischer
Copy link
Collaborator

Yeah, that sounds like it's the options parser. If we're parsing options for external commands, that's probably a bad approach, since some commands parse options in different ways.

If someone wants to take a look at this, I'll review a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants