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
myProgram --param1 "value1 value2"
I should be able to read value1 value2 as one argument in the main class
value1 value2
The main class receives "value1 value2" as 2 arguments: "value1 and value2"
"value1 value2"
"value1
value2"
I already have a fix I'll propose
The text was updated successfully, but these errors were encountered:
do not break arguments with spaces inside
35e951c
Fix sbt#1094
do not break arguments with spaces inside (#1095)
9e3e660
Fix #1094
0240395
Fix sbt/sbt-native-packager#1094
No branches or pull requests
Expected behaviour
I should be able to read
value1 value2
as one argument in the main classActual behaviour
The main class receives
"value1 value2"
as 2 arguments:"value1
andvalue2"
Information
I already have a fix I'll propose
The text was updated successfully, but these errors were encountered: