intellij-powershell icon indicating copy to clipboard operation
intellij-powershell copied to clipboard

Cannot pass multiple arguments with commas

Open fdw opened this issue 4 years ago • 0 comments

Hi, I tried to start a script and pass multiple values to the same flag (f.e. -t clean,build,unit,component). However, it seems that this is not parsed correctly and instead only one string comprising everything is passed to the script. Did I miss some setting?

fdw avatar Aug 11 '21 11:08 fdw