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
Using version 2.0:
When the user does not specify any option, I would like to display the same help screen that is automatically shown when the user specifies --help.
I have a very simple program and would like to use as much default behavior as possible. I am using only a few options and this is the code I am using for parsing:
Upon further investigation, the TypeInfo class is actually a custom (internal) class, not referring to System.Reflection.TypeInfo at all. Sorry, I guess that doesn't work.
Using version 2.0:
When the user does not specify any option, I would like to display the same help screen that is automatically shown when the user specifies --help.
I have a very simple program and would like to use as much default behavior as possible. I am using only a few options and this is the code I am using for parsing:
However, the line marked with *** does not work because it expects a NotParsed instance. How could I generate the help output?
The text was updated successfully, but these errors were encountered: