/// <summary> /// Add Command /// </summary> public static void Add(TerminalCommand arg) { Instance.Commands.Add(arg); }