private int Run(string[] args) { try { CmdParser.Execute(args); return(0); } catch (Exception) { return(1); } }