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

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.

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