CustomHelpAction.MaxWidth Property
Definition
- Namespace
- DotMake.CommandLine.Help
- Assembly
- DotMake.CommandLine.dll
The maximum width in characters after which help output is wrapped.
public int MaxWidth { get; set; }
Property Value
Remarks
It defaults to WindowWidth if output is not redirected.