Exemple #1
0
        static string format(this S spec)
        {
            var command = spec.ProcessCommand;
            var text    = $"/S /Q {command.target}";

            return(text);
        }
Exemple #2
0
 public static C rmdir(this IProcess broker, S spec)
 => broker.Submit <C>(spec.format());