1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 01:31:08 +00:00
uutils-coreutils/src
cerdelen 13c0a813eb
Remove clap for echo (#7603)
* Parsing echo flags manually without clap as clap introduced various problematic interactions with hyphens

* fixed error where multiple flags would parse wrong

* Spelling & formatting fixes

* docu for EchoFlag struct

* more extensive comment/documentation

* revert POSIXLY_CORRECT check to only check if it is set

* Fixed problem of overwriting flags. Added test for same issue

* cargo fmt

* cspell

* Update src/uu/echo/src/echo.rs

Enabling POSIXLY_CORRECT flag if value is not UTF-8

Co-authored-by: Jan Verbeek <jan.verbeek@posteo.nl>

---------

Co-authored-by: Jan Verbeek <jan.verbeek@posteo.nl>
2025-05-04 20:13:52 +02:00
..
bin chore: manual inline formatting 2025-04-09 15:33:46 -04:00
uu Remove clap for echo (#7603) 2025-05-04 20:13:52 +02:00
uucore uucore: add safe wrapper for getpgrp() (#7676) 2025-05-04 20:13:13 +02:00
uucore_procs Consolidate crate config in workspace 2025-04-10 16:52:01 -04:00
uuhelp_parser Consolidate crate config in workspace 2025-04-10 16:52:01 -04:00