Stall.Options.Parse C# (CSharp) Method

Parse() public static method

public static Parse ( IEnumerable args ) : Options
args IEnumerable
return Options
        public static Options Parse(IEnumerable<string> args) =>
            new OptionsBuilder().Apply(args).ToOptions();