https://github.com/shahriyardx/argument-parser
Argument parser from string (Demo)
https://github.com/shahriyardx/argument-parser
Last synced: about 2 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T20:27:43.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T04:44:04.185Z (4 months 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