You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
About
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.