Info
Version: | 3.1.0 |
Author(s): | Zijian Huang |
Last Update: | Thursday, October 1, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://sourceforge.net/projects/commandlinegui/ |
NuGet Url: | https://www.nuget.org/packages/Fonlow.CommandLineParser |
Install
Install-Package Fonlow.CommandLineParser
dotnet add package Fonlow.CommandLineParser
paket add Fonlow.CommandLineParser
Fonlow.CommandLineParser Download (Unzip the "nupkg" after downloading)
Dependencies
- Antlr4(>= 4.3.0)
Tags
You define a data model class decorated by some attributes for representing arguments.
The core library will parse the command line arguments and populate the Plain Old CLR Object which is the router of the functionality of your command line program. And the Core library may also generates CLI help page as illustrated in https://a.fsdn.com/con/app/proj/commandlinegui/screenshots/Standard.PNG/182/137
Command Line GUI is a host program that generates GUI for existing command line programs.
.NET command line programs constructed through the core library could become a plugin of Command Line GUI and have the GUI generated.
You may use the core library to wrap existing command line programs like Robocopy, and the wrapper may become a plugin, thus a native command line program could easily have a GUI.