ICommandContainer Interface
Represents a command container.
public interface ICommandContainer
- Namespace
- Spectre
.Console .Cli .Help - Implementing Types
Properties
- abstract IReadOnlyList<ICommandInfo> Commands
- Gets all commands in the container.
- abstract ICommandInfo DefaultCommand
- Gets the default command for the container.
- abstract IReadOnlyList<string[]> Examples
- Gets all the examples for the container.