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

stdbuf: move from getopts to clap

This commit is contained in:
joppich 2021-04-01 09:44:24 +02:00
parent 9ae4928b7b
commit c54b5f2d82
4 changed files with 175 additions and 156 deletions

2
Cargo.lock generated
View file

@ -2316,7 +2316,7 @@ dependencies = [
name = "uu_stdbuf"
version = "0.0.6"
dependencies = [
"getopts",
"clap",
"tempfile",
"uu_stdbuf_libstdbuf",
"uucore",