Skip to content

logo

Caution

This documentation is for version 2 which is an older version of commanddotnet. Documentation for current version can be found here: https://commanddotnet.bilal-fazlani.com

Introduction#

Model your command line application interface in a class

The purpose of this framework is to let developers focus on the core logic of command line application and forget about how arguments are parsed & validated. This library also let's you structure your CLI app into a hierarchy of commands and subcommands and invokes appropriate methods in your app based on user input.

It provides out of the box CLI help with full customization options.

Credits 🎉#

Special thanks to Drew Burlingame for continuous support and contributions