// Copyright Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using AutomationTool; using UnrealBuildTool; using System.Linq; using System.Text.RegularExpressions; namespace Gauntlet { public class GauntletCommandLine { public string Project; public string GameMap; private Dictionary Params; private HashSet NonOptionParams; public static readonly Regex CommandlineOptionRegex = new Regex(@"-(?