ArgParser

A ridiculously simple argument-parsing library for Swift.

Version 3.0.0

Home


ArgParser is a minimalist Swift library for parsing command line arguments.

Features

Installation

You can add this library to your application as a dependency using the Swift Package Manager. The repository url is:

https://github.com/dmulholl/argparser.git

To import the package use:

import ArgParser

Alternatively, you can add the single public-domain argparser.swift file directly to your application's source.

License

Zero-Clause BSD (0BSD).