Console
Table of Contents
Namespaces
Interfaces
- IInput
- Interface that lets you retrieve the input from a command.
- IOutput
- Interface that lets you output content from a command.
- ISignalHandler
- Interface that lets a command cooperatively check whether it was interrupted by the user (Ctrl-C/SIGTERM) and abort accordingly.
Classes
- ConsoleEvent
- Class ConsoleEvent
- ReservedOptions
Enums
- ExitCode
- Exit code of a command
- OutputFormat
- Output format for a command.
- Verbosity
- Verbosity of a command