Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.