예제 #1
0
        public string Execute(IList <string> input)
        {
            if (input.Count != 0)
            {
                throw new Exception("Invalid help command arguments!");
            }
            PrinterManager.PrintHelp();

            return("");
        }