[go: up one dir, main page]

ap 0.1.2

Simple argument parsing for the command-line
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.thiserror]
version = "1.0"

[package]
authors = ["James O. D. Hunt <jamesodhunt@gmail.com>"]
categories = ["command-line-interface"]
description = "Simple argument parsing for the command-line"
edition = "2018"
homepage = "https://github.com/jamesodhunt/ap-rs"
keywords = ["arg", "argument", "cli", "getopt", "parser"]
license = "Apache-2.0"
name = "ap"
readme = "README.md"
repository = "https://github.com/jamesodhunt/ap-rs"
version = "0.1.2"