1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

uucore: Cache args_os(), util_name(), execution_phrase()

And remove args() because there's no valid use for it, invalid unicode
handling is specified in a different way.
This commit is contained in:
Jan Verbeek 2021-09-01 16:34:20 +02:00
parent d093c07887
commit 60df3c6b7c
8 changed files with 37 additions and 35 deletions

1
Cargo.lock generated
View file

@ -3276,6 +3276,7 @@ dependencies = [
"getopts",
"lazy_static",
"libc",
"once_cell",
"termion",
"thiserror",
"time",