Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/shahriyardx/argument-parser
- Owner: shahriyardx
- Created: 2022-06-28T17:44:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T20:27:43.000Z (over 2 years ago)
- Last Synced: 2023-03-05T18:58:57.308Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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