1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

refactor(mkdir): Move to clap + add a test

This commit is contained in:
Sylvestre Ledru 2020-11-08 17:49:41 +01:00
parent a3f3a050a8
commit 897bcb2e67
4 changed files with 63 additions and 42 deletions

2
Cargo.lock generated
View file

@ -1748,7 +1748,7 @@ dependencies = [
name = "uu_mkdir"
version = "0.0.1"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",