intellij-powershell
intellij-powershell copied to clipboard
Cannot pass multiple arguments with commas
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?