mirror of
https://github.com/Noratrieb/badargs.git
synced 2026-01-16 20:55:05 +01:00
added todo
This commit is contained in:
parent
c95f36d412
commit
d70a36858f
2 changed files with 15 additions and 1 deletions
|
|
@ -2,6 +2,14 @@
|
||||||
name = "badargs"
|
name = "badargs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
license = "MIT"
|
||||||
|
description = "Type safe zero-dependency argument parser"
|
||||||
|
homepage = "https://github.com/Nilstrieb/badargs"
|
||||||
|
repository = "https://github.com/Nilstrieb/badargs"
|
||||||
|
readme = "README.md"
|
||||||
|
keywords = ["argument-parsing", "zero-dependency", "type-safe"]
|
||||||
|
categories = ["Command-line interface"]
|
||||||
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,3 +39,9 @@ The following return types are currently available:
|
||||||
|
|
||||||
Boolean values can only be `None` or `Some`.
|
Boolean values can only be `None` or `Some`.
|
||||||
The other values can be `None` or `Some(_)`
|
The other values can be `None` or `Some(_)`
|
||||||
|
|
||||||
|
# Todo
|
||||||
|
|
||||||
|
Automatic `--help` handling
|
||||||
|
|
||||||
|
(Maybe) adding metadata, for example for `--version`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue