How to configure HelpTextStyle.Basic #433
-
Did I predetermine correctly? It just doesn't work |
Beta Was this translation helpful? Give feedback.
Answered by
drewburlingame
Jun 3, 2022
Replies: 1 comment
-
|
Yeah, what you're doing doesn't really make sense. If you want to use the Basic text provider, you can do
There's an example in the file that tests and generates our help examples. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
drewburlingame
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, what you're doing doesn't really make sense.
If you want to use the Basic text provider, you can do
new AppRunner<Program>(new AppSettings{Help = {TextStyle = HelpTextStyle.Basic}}).Run(args).There's an example in the file that tests and generates our help examples.