Cmd
Object Hierarchy:
Description:
public class Cmd
Content:
Properties:
- public string output { get; }
- public string error { get; }
- public string name { get; }
- public int status { get; }
Creation methods:
Methods:
- public int run (bool display = false, string? name = null)