Skip to content

mhrstmnn/Arguments-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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