Example #1
0
        public bool Parse(params string[] args)
        {
            var result = _helper.Parse(args);

            return(result.IsEmpty());
        }
Example #2
0
 public bool Parse(params string[] args)
 {
     Command = _helper.Parse(args);
     return(true);
 }
Example #3
0
 public void Parse(params string[] args)
 {
     _helper.Parse(args);
 }
Example #4
0
 public void Parse(params string[] args)
 {
     Command = _helper.Parse(args);
 }