Toggle navigation
Console Toolkit
Getting Started
Documentation
Library GitHub Page
Nuget Page
Documentation
The Console Toolkit documentation covers the following areas:
The application framework.
Overview
Console applications
Command driven applications
Parsing conventions
Dependency injection and command handlers
Defining commands and program options.
Overview
Positional Parameters
Options
Reusing options through OptionSet
Global Options
Defining handlers
Multi-word commands
Formatting output on the console.
Output Streams And Adapters
Basic Output Features
More control through Report<T>
Accepting input from the user.
Overview
Customising data input
Interactive sessions
Overview
The Interactive Session Service
Future Development