Ejemplo n.º 1
0
        public Prompt Run(IDictionary<string, string> args, IConsole console)
        {
            console.ErrorLine("Yikes, an error!");
            throw new Exception("what@!!@@");

            //or handle errors internally and just return Prompt.Error
            //return Prompt.Error;
        }