File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Utility.CommandLine.Arguments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ public class Arguments
147147 /// <summary>
148148 /// The regular expression with which to parse the command line string.
149149 /// </summary>
150- private const string ArgumentRegEx = "(?:[-]{1,2}|\\ /)([^=: ]+)[=: ]?(\\ w\\ S*|\\ \" [^\" ]*\\ \" |\\ \' [^']*\\ \' )?|([^ ([^'\\ \" ]+|\" [^\\ \" ]+\" |\\ \' [^']+\\ \' )" ;
150+ private const string ArgumentRegEx = "(?:[-]{1,2}|\\ /)([^=: ]+)[=: ]?(\\ /? \\ w\\ S*|\\ \" [^\" ]*\\ \" |\\ \' [^']*\\ \' )?|([^ ([^'\\ \" ]+|\" [^\\ \" ]+\" |\\ \' [^']+\\ \' )" ;
151151
152152 /// <summary>
153153 /// The regular expression with which to parse argument-value groups.
@@ -668,4 +668,4 @@ private static string TrimOuterQuotes(string value)
668668 public class OperandsAttribute : Attribute
669669 {
670670 }
671- }
671+ }
You can’t perform that action at this time.
0 commit comments