An open API service indexing awesome lists of open source software.

https://github.com/artonh/commandlineargstodict

This application has the capability to retrieve command-line arguments, including their aliases, and validate them for use. The user can choose to either initialize the arguments from the command line or retrieve them from the app.config file if they are not specified.
https://github.com/artonh/commandlineargstodict

args cli miraclearguments

Last synced: 6 months ago
JSON representation

This application has the capability to retrieve command-line arguments, including their aliases, and validate them for use. The user can choose to either initialize the arguments from the command line or retrieve them from the app.config file if they are not specified.

Awesome Lists containing this project

README

          

# CommandLineArgsToDict
The ability to fetch the arguments (with their aliases) from the command line, validating and then using them!
The first option is to initialize from CLI otherwise check on the app.config file!

A simple implemantation of the Miracle.Arguments NPM!