Пример #1
0
        public static int Run(string[] args)
        {
            var command = new ListCommand();

            return(command.RunCommand(args));
        }
Пример #2
0
        public static int Run(string[] args)
        {
            var cmd = new ListCommand();

            return(cmd.Start(args));
        }