Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 636 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 636 Bytes

Arguments-Parser

A parser for command line arguments

Installation

Add package to dependencies and install it automatically:

requires "https://github.com/mhrstmnn/Arguments-Parser"
nimble install

Alternatively install package manually and add it to dependencies:

git clone https://github.com/mhrstmnn/Arguments-Parser.git
cd Arguments-Parser
nimble install
requires "arguments_parser"

Usage

Add package to code and use it:

import arguments_parser

let arguments = parseInput()

Contribute

If you find a bug, feel free to create an issue or a pull request