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
Is it possible to have more control over how the usage is presented?
For example:
D:\My Programs\2017\OutlookCalIFConsole\OutlookCalIFConsole\bin\Release>outlookcalifconsole -p
OutlookCalIFConsole 1.0.0.0
Copyright c 2017
-l, --list Builds a list of available calendars. Eg: -l
".\CalendarList.xml"
-m, --mode Type of events to add to the calendar. Available modes: mwb.
Eg: -m mwb
-p, --path Path to the events data file. Eg: -p ".\EventsToAdd.xml"
--help Display this help screen.```
How can I get it to line up the description nicer? They seem to arbitrarily wrap. I tried using `\n` but then it wrapped to start of the next line.
The text was updated successfully, but these errors were encountered:
Hmm, I was going to suggest just inheriting from HelpText, but it seems there are no virtual members to override! Perhaps there should be an interface or abstract base class from which we could inherit to provide our own formatting of help text.
I think the HelpText class does provide a mostly good set of defaults, but even I would like to change some details of the output that would be generated by this class.
Is it possible to have more control over how the usage is presented?
For example:
The text was updated successfully, but these errors were encountered: