https://github.com/joshclose/argumenthelper
A library to parse command line arguments.
https://github.com/joshclose/argumenthelper
Last synced: 9 months ago
JSON representation
A library to parse command line arguments.
- Host: GitHub
- URL: https://github.com/joshclose/argumenthelper
- Owner: JoshClose
- License: other
- Created: 2019-01-21T23:41:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T19:58:52.000Z (over 7 years ago)
- Last Synced: 2025-06-11T05:03:10.689Z (about 1 year ago)
- Language: C#
- Size: 28.3 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Argument Helper
A library to parse command line arguments.
## Install
### Package Manager Console
```
PM> Install-Package ArgumentHelper
```
### .NET CLI Console
```
> dotnet add package ArgumentHelper
```
## License
Dual licensed
Microsoft Public License (MS-PL)
http://www.opensource.org/licenses/MS-PL
Apache License, Version 2.0
http://opensource.org/licenses/Apache-2.0