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.
- Host: GitHub
- URL: https://github.com/artonh/commandlineargstodict
- Owner: artonh
- Created: 2022-09-29T20:43:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T09:14:56.000Z (about 3 years ago)
- Last Synced: 2024-12-27T16:33:07.326Z (over 1 year ago)
- Topics: args, cli, miraclearguments
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!