coreutils/src
Sylvestre Ledru a7f3cb0209 realpath: fix regression with empty string validation
Fixes issue introduced in b965c944837df66b233f57fca7275fbed4e4d311 where
switching from NonEmptyStringValueParser to OsString parser removed
validation that arguments cannot be empty strings.

- Add custom NonEmptyOsStringParser that validates OsString is not empty
- Use the parser for FILES, --relative-to, and --relative-base arguments
- Add test case to verify empty strings are rejected with exit code 1
- Fixes GNU realpath test failure
2025-08-14 10:52:37 +02:00
..
bin clap: improve translation support 2025-08-14 10:52:03 +02:00
uu realpath: fix regression with empty string validation 2025-08-14 10:52:37 +02:00
uucore Fix chgrp to handle non-UTF-8 filenames 2025-08-14 10:52:24 +02:00
uucore_procs chore: cleanup workspace crates (#8058) 2025-06-06 13:56:08 +02:00
uuhelp_parser Consolidate crate config in workspace 2025-04-10 16:52:01 -04:00