mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
- Replace get_many().unwrap() with ok_or_else() to handle missing command - Replace next().unwrap() with pattern matching for safety - Replace tempdir().unwrap() with map_err() to handle temp dir failures All stdbuf internal errors now properly exit with code 125 per GNU specification: https://www.gnu.org/s/coreutils/manual/html_node/stdbuf-invocation.html |
||
|---|---|---|
| .. | ||
| by-util | ||
| fixtures | ||
| uudoc | ||
| uutests | ||
| test_localization_and_colors.rs | ||
| test_util_name.rs | ||
| tests.rs | ||