public void WriteCommandListUsage(
CommandManager manager
)
Public Sub WriteCommandListUsage (
manager As CommandManager
)
Dim instance As UsageWriter
Dim manager As CommandManager
instance.WriteCommandListUsage(manager)
public:
void WriteCommandListUsage(
CommandManager^ manager
)
The usage help will contain a list of all available commands.
If no writer was passed to the UsageWriter(LineWrappingTextWriter, NullableBoolean) constructor, this method will create a LineWrappingTextWriter for the standard output stream. If color usage wasn't explicitly enabled, it will be enabled if the output supports it according to VirtualTerminalEnableColor(StandardStream).
This method calls the WriteCommandListUsageCore method to create the usage help text.
ArgumentNullException | manager is . |