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

Break arguments with spaces in ash #1094

Closed
yanns opened this issue Jan 24, 2018 · 0 comments
Closed

Break arguments with spaces in ash #1094

yanns opened this issue Jan 24, 2018 · 0 comments

Comments

@yanns
Copy link
Contributor

yanns commented Jan 24, 2018

Expected behaviour

myProgram --param1 "value1 value2"

I should be able to read value1 value2 as one argument in the main class

Actual behaviour

The main class receives "value1 value2" as 2 arguments: "value1 and value2"

Information

  • with ash

I already have a fix I'll propose

yanns added a commit to yanns/sbt-native-packager that referenced this issue Jan 24, 2018
littleRoundaer added a commit to littleRoundaer/sbt-native-packager that referenced this issue Jul 19, 2022
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