bpaf 0.3.2

A simple proc macro free Command Line Argument Parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
[dev-dependencies.strum]
features = ["derive"]
version = "0.24"

[package]
authors = ["Michael Baykov <manpacket@gmail.com>"]
categories = ["command-line-interface"]
description = "A simple proc macro free Command Line Argument Parser"
edition = "2021"
keywords = ["args", "arguments", "cli", "parser", "parse"]
license = "MIT OR Apache-2.0"
name = "bpaf"
readme = "README.md"
repository = "https://github.com/pacak/bpaf"
resolver = "2"
version = "0.3.2"