-
Currently the default help text contains normally 2 sections "USAGE" and "OPTIONS'. Say if I use a base class CommandSetting as global option (e.g., and btw, is there any documentation/API for customizing help text? Couldn't find any in the doc site. Thanks very much for the great project! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@wayneyaoo there is currently no "GLOBAL OPTIONS" section or anything like this, sorry. Also, the overall layout of the help text can not be customized.
|
Beta Was this translation helpful? Give feedback.
@wayneyaoo there is currently no "GLOBAL OPTIONS" section or anything like this, sorry.
Also, the overall layout of the help text can not be customized.
I.e. the "layout" of
USAGE
,EXPAMLPES
,ARGUMENTS
andOPTIONS
can not be modified.EXAMPLES
can be modified usingIConfigurator.AddExample()
orICommandConfigurator.WithExample()
, see Customizing Command Configurations.System.ComponentModel.DescriptionAttribute
, see Description.