You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// You have both Add(Option) and AddOption(Option). Pick a paradigm. I recommend "AddOption", since you need "AddGlobalOption" as different.// Also applies to Argument and Command as only having AddArgument and AddCommand.publicvoidAdd(Optionoption);publicvoidAdd(Argumentargument);publicvoidAdd(Commandcommand);publicvoidAddArgument(Argumentargument);publicvoidAddCommand(Commandcommand);
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: