Example #1
0
 private void OnInvalidSubCommand(ParserErrorArgs e)
 {
     InvalidSubCommand?.Invoke(this, e);
 }
Example #2
0
 private void OnWrongCommandUsage(ParserErrorArgs e)
 {
     WrongCommandUsage?.Invoke(this, e);
 }