public SRStatusInstructionCommand(Commands.Verbosity verbosity, IDexPromise promise) : base(CmdName, verbosity, promise) { CommandHelpString = $"{CmdName}"; MandatoryParamCount = 0; OptionalParamCount = 0; }
public SRDirectInstructionCommand(Commands.Verbosity verbosity, IDexPromise promise) : base(CmdName, verbosity, promise) { CommandHelpString = "<any text>"; MandatoryParamCount = 0; }