mirror of
https://github.com/Noratrieb/badargs.git
synced 2026-01-14 19:55:08 +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"
|
||||
version = "0.1.0"
|
||||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -38,4 +38,10 @@ The following return types are currently available:
|
|||
* usize
|
||||
|
||||
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