Last updated
Last updated
Getting help is for free. Means: CLArgs takes care and displays appropriate help information when requested, based on the provided descriptions.
If you run the app without any parameter, a list of all available commands (verbs) is displayed.
If you specify a particular Commands follwed by /?
explicit help for this command is displayed.
In the case your helpText is a bit more detailed, you can use line breaks. Simply insert the | character anywhere in your text. It'll be replaced by a line-break.
By default, help text starts at column 20 and it wraps at column 80, unless you specify a hard-break, using |. See also how to control line and column width.
Displaying Application or specific Command help