GetOptions(ICommandModel, ICommandInfo) Method
Gets the options section of the help information.
public virtual IEnumerable<IRenderable> GetOptions(ICommandModel model, ICommandInfo command)
- Namespace
- Spectre
.Console .Cli .Help - Containing Type
- HelpProvider
Parameters
- ICommandModel model
- The command model to write help for.
- ICommandInfo command
- The command for which to write help information (optional).
Returns
-
IEnumerable
<IRenderable>