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

ability to use arguments that contain spaces #164

Open
correabuscar opened this issue Jun 28, 2022 · 1 comment
Open

ability to use arguments that contain spaces #164

correabuscar opened this issue Jun 28, 2022 · 1 comment

Comments

@correabuscar
Copy link

https://pl.kotl.in/F9bzKs68u
Untitled

import java.util.Arrays
fun main(args: Array<String>) {
    println("Hello, World!"+Arrays.toString(args)+"!")
}

output:

Hello, World![a, b, c, "d, e", 'f, g', "h, "j]!
@nikpachoo
Copy link
Contributor

Hello, @correabuscar!
Thank you for the reported issue.
I agree with you that such an opportunity should exist.
Moreover, the field doesn't help understand how a user must pass arguments. Should it be divided by a comma or semicolon or by space? The user has to guess.
We will try to find a suitable solution - KT-53011.

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

2 participants