mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
env: Move to "thiserror" + added errors test case (#7584)
Solved Issue #7535 : Removed parse_errors to follow other commands standard with thiserror
This commit is contained in:
parent
903fa6ae88
commit
aea23408fd
7 changed files with 231 additions and 195 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2727,6 +2727,7 @@ dependencies = [
|
|||
"clap",
|
||||
"nix",
|
||||
"rust-ini",
|
||||
"thiserror 2.0.12",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue