MBulli / SmartCommandlineArgs

A Visual Studio Extension which aims to provide a better UI to manage your command line arguments
GNU General Public License v2.0
98 stars 35 forks source link

Backslash issue with arguments on 17.2.3 #133

Closed nmoinvaz closed 1 year ago

nmoinvaz commented 2 years ago

In recent version of Visual Studio 17.2.3 and SmartCommandLineArgs 2.3.0, arguments that contain backslash n are sent to the application as a new line character.

--my_arg=c:\users\nathan\source\myfile.txt

image

Irame commented 1 year ago

I could not reproduce this. Is it still the case with 17.5 and 2.3.2?

nmoinvaz commented 1 year ago

It does not reproduce on 17.5.0 and 2.3.2:

image

Thanks.