feat: argument parsing improvement
* add date random seed parser * changed --svg to --output-type * get rid of --output for output file
This commit is contained in:
parent
81aea71162
commit
b30d687963
6 changed files with 46 additions and 30 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -536,6 +536,14 @@ dependencies = [
|
|||
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "iso8601"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"nom 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "itertools"
|
||||
version = "0.8.2"
|
||||
|
@ -706,6 +714,7 @@ dependencies = [
|
|||
"geo-clipper 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"geo-svg-io 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"geo-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"iso8601 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"palette 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rand 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1196,6 +1205,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
||||
"checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
|
||||
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
||||
"checksum iso8601 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cee08a007a59a8adfc96f69738ddf59e374888dfd84b49c4b916543067644d58"
|
||||
"checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
|
||||
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||||
"checksum lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue