Exemplo n.º 1
0
        public bool Parse(params string[] args)
        {
            var result = _helper.Parse(args);

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