Exemplo n.º 1
0
 public static string BuildAliasCommand(string name, string text)
 {
     return($"alias {name} {Str.AssureIsQuoted(text)}");
 }