https://github.com/dcdeepesh/argparser
Argument Parser
https://github.com/dcdeepesh/argparser
Last synced: 2 months ago
JSON representation
Argument Parser
- Host: GitHub
- URL: https://github.com/dcdeepesh/argparser
- Owner: dcdeepesh
- License: apache-2.0
- Created: 2019-08-25T08:44:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T08:54:56.000Z (almost 7 years ago)
- Last Synced: 2025-01-19T20:02:37.236Z (over 1 year ago)
- Language: C++
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ArgParser
Argument Parser
Argument Parser provides an API to parse the arguments supplied to a program,
hence extracting and classifying the information provided.
This utility is meant to be used in Oyster programs while parsing arguments.
ArgParser can classify arguments as data option, switches and operands.
This guide completely describes what the different types of arguments are,
how to pass arguments arguments to programs, how to use those arguments in your programs etc.
(This guide will be completed soon).