Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shahriyardx/argument-parser

Argument parser from string (Demo)
https://github.com/shahriyardx/argument-parser

Last synced: 9 days ago
JSON representation

Argument parser from string (Demo)

Awesome Lists containing this project

README

        

# Argument Parser

Argument parser that parses arguments from string

## Example
### Test String:
> arg1 arg2 "Wrapped arg" "Quot \\"inside\\" escaped" arg5 "Unfinished quot

### Arguments parsed:
- arg1
- arg2
- Wrapped arg
- Quot "inside" escaped
- arg5
- "Unfinished
- quot