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
Currently, when setting AutoHelp and/or AutoVersion for the parser to false, the HelpText.AutoBuild method does not acknowledge those parser settings for the respective HelpText properties, thus forcing the user to repeat setting those settings for HelpText.
Note how my code for the DisplayHelp method is forced to again set the AutoHelp and AutoVersion settings for the HelpText to false (since they default to true, despite the respective parser settings being set to false).
Ideally, it would be nice if HelpText.AutoBuild could initialize the HelpText instance with the values from any appropriate settings of the parser used to produce the ParserResult.
Uh oh!
There was an error while loading. Please reload this page.
Currently, when setting
AutoHelp
and/orAutoVersion
for the parser tofalse
, theHelpText.AutoBuild
method does not acknowledge those parser settings for the respectiveHelpText
properties, thus forcing the user to repeat setting those settings for HelpText.Right now, i have to write something like that:
Note how my code for the
DisplayHelp
method is forced to again set theAutoHelp
andAutoVersion
settings for the HelpText tofalse
(since they default totrue
, despite the respective parser settings being set tofalse
).Ideally, it would be nice if HelpText.AutoBuild could initialize the HelpText instance with the values from any appropriate settings of the parser used to produce the ParserResult.
(Related discussion: #414)
The text was updated successfully, but these errors were encountered: