You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subCommand.Add(newOption<string>("--base-path","Base path for directory to process (defaults to current working directory if omitted)."));
48
-
subCommand.Add(newOption<List<string>>("--include","Apache Ant style path and file patterns to specify what to include (defaults to all files, separate patterns with a space)."));
49
-
subCommand.Add(newOption<List<string>>("--exclude","Apache Ant style path and file patterns to specify what to exclude (defaults to none, separate patterns with a space)."));
48
+
subCommand.Add(newOption<List<string>>("--include","Apache Ant style path and file patterns to specify what to include (defaults to all files, separate patterns with a space)."){AllowMultipleArgumentsPerToken=true});
49
+
subCommand.Add(newOption<List<string>>("--exclude","Apache Ant style path and file patterns to specify what to exclude (defaults to none, separate patterns with a space)."){AllowMultipleArgumentsPerToken=true});
0 commit comments