/NCommander

A C# library for building command-base console applications. Inspired by python's argparse.

Primary LanguageC#GNU Lesser General Public License v3.0LGPL-3.0

NCommander Build Status NuGet

A C# library for building command-base console applications. Inspired by python's argparse.

Hacking

Build the solution with dotnet build NCommander.sln. Run the tests with dotnet test NCommander.sln.