1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

dirname: move to clap, simplify code

This commit is contained in:
Yagiz Degirmenci 2021-04-03 18:24:29 +03:00
parent 20d071a482
commit b940b2d79c
3 changed files with 34 additions and 8 deletions

1
Cargo.lock generated
View file

@ -1720,6 +1720,7 @@ dependencies = [
name = "uu_dirname"
version = "0.0.6"
dependencies = [
"clap",
"libc",
"uucore",
"uucore_procs",