Skip to content

Latest commit

 

History

History

ConsoleApp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Command based Console App

This project showcases the simplicity of the Spectre.Console and Spectre.Console.Cli packages. This packages allow you to easily create expansive command line user interfaces with automatic parameter reading and help menu generation.

To view this demo, build the project and invoke the CLI help menu with .\ConsoleApp.exe -h to see the available commands.

Packages:

Examples:

List command

alt text

Help command

alt text

Version command

alt text