Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/attaswift/optionparser
Option parsing for command line tools written in Swift
https://github.com/attaswift/optionparser
Last synced: about 1 month ago
JSON representation
Option parsing for command line tools written in Swift
- Host: GitHub
- URL: https://github.com/attaswift/optionparser
- Owner: attaswift
- License: mit
- Created: 2017-08-27T15:59:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T21:02:08.000Z (over 3 years ago)
- Last Synced: 2024-11-15T19:38:33.594Z (about 1 month ago)
- Language: Swift
- Size: 25.4 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OptionParser
[![Swift 4](https://img.shields.io/badge/Swift-4-blue.svg)](https://swift.org/)
[![License](https://img.shields.io/badge/licence-MIT-blue.svg)](http://cocoapods.org/pods/BigInt)
[![Platform](https://img.shields.io/badge/platforms-macOS-blue.svg)](https://developer.apple.com/platforms/)
[![Build Status](https://travis-ci.org/attaswift/OptionParser.svg?branch=master)](https://travis-ci.org/attaswift/OptionParser)
[![Code Coverage](https://codecov.io/github/attaswift/OptionParser/coverage.svg?branch=master)](https://codecov.io/github/attaswift/OptionParser?branch=master)| :warning: WARNING |
|:---------------------------|
| This package has been obsoleted by the [Swift Argument Parser package](https://github.com/apple/swift-argument-parser), which implements a far better approach. This package is preserved for posterity, but it is not being maintained. Using it isn't recommended in new Swift code, and I encourage maintainers of existing code that imports it to consider upgrading to Argument Parser.|`OptionParser` is a Swift 4 package that helps you parse command-line arguments, with a declarative(-ish) interface.