https://github.com/jvirtanen/jvargumentparser
Simple Objective-C library for parsing command line arguments
https://github.com/jvirtanen/jvargumentparser
objective-c parser
Last synced: 11 months ago
JSON representation
Simple Objective-C library for parsing command line arguments
- Host: GitHub
- URL: https://github.com/jvirtanen/jvargumentparser
- Owner: jvirtanen
- License: mit
- Created: 2013-11-06T19:53:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T08:00:10.000Z (about 11 years ago)
- Last Synced: 2025-02-21T14:22:07.839Z (11 months ago)
- Topics: objective-c, parser
- Language: Objective-C
- Size: 418 KB
- Stars: 19
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JVArgumentParser
================
JVArgumentParser is a simple Objective-C library for parsing command line
arguments. It respects the POSIX and GNU command line conventions and has
an easy yet versatile API.
Installation
------------
Install using [CocoaPods][]:
pod "JVArgumentParser", "~> 0.2.0"
[CocoaPods]: http://cocoapods.org/
License
-------
JVArgumentParser is released under the MIT License. See `LICENSE` for details.