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

Merge pull request #2036 from joppich/issue1930

stdbuf: move from getopts to clap
This commit is contained in:
Sylvestre Ledru 2021-04-10 11:58:01 +02:00 committed by GitHub
commit e1221ef3f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",