added todo

This commit is contained in:
nora 2021-10-02 00:10:23 +02:00
parent c95f36d412
commit d70a36858f
2 changed files with 15 additions and 1 deletions

View file

@ -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

View file

@ -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`