示例#1
0
        public static int Run(string[] args)
        {
            var command = new ListCommand();

            return(command.RunCommand(args));
        }
示例#2
0
文件: Program.cs 项目: jimberlage/cli
        public static int Run(string[] args)
        {
            var cmd = new ListCommand();

            return(cmd.Start(args));
        }