Ejemplo n.º 1
0
        static int Main(string[] args)
        {
            var shell = new RpcShell(new DOS())
            {
                Prompt = Environment.CurrentDirectory
            };

            return(shell.Run());
        }
Ejemplo n.º 2
0
 public string Help(string command, RpcShell shell = default)
 {
     return(shell.GetHelp(command));
 }