using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace AMWD.Common.Cli { /// /// Provides options and arguments parsing from command line arguments or a single string. /// public class CommandLineParser { #region Private data private string[] args; private List parsedArguments; private readonly List