Skip to content
Kathleen Dollard edited this page Nov 4, 2018 · 30 revisions

Welcome to the System.CommandLine wiki!

Our goal

Give your user's a great experience with your command line applications - while you do nothing or almost nothing

Overview

To do this System.CommandLine contains three pillars of functionality:

  1. Parse command line/terminal input
  2. Render output to multiple terminals (VT100, Windows Console and downlevel consoles)
  3. Offer common operations via a pipeline, including suggestions, help, exception handling, and parse debugging
Clone this wiki locally