Skip to content

An extension to NDesk.Options for writing console applications with multiple commands

License

Notifications You must be signed in to change notification settings

ChadBurggraf/ManyConsole

 
 

Repository files navigation

ManyConsole

Available on Nuget: http://nuget.org/List/Packages/ManyConsole

NDesk.Options is a great library for processing command-line parameters. ManyConsole extends NDesk.Options to allow building console applications that support separate commands.

If you are not familiar with NDesk.Options, you should start by using that: http://www.ndesk.org/Options. Add ManyConsole when you feel the urge to differentiate commands (you'll still need the NDesk.Options usage).

ManyConsole provides a console interface for the user to list available commands, call and get help for each.

To use ManyConsole:

About

An extension to NDesk.Options for writing console applications with multiple commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 74.0%
  • JavaScript 18.1%
  • PowerShell 7.9%