coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

echo is ignoring -- char

Open sylvestre opened this issue 1 year ago • 1 comments
trafficstars

With our:

./target/debug/coreutils echo -- 'foo'
foo

with GNU:

 /usr/bin/echo  -- 'foo'
-- foo

Tested by tests/misc/echo.sh

sylvestre avatar Jan 14 '24 21:01 sylvestre

I took a look at this clap doesn't support this AFAIK. So I opened a discussion here : https://github.com/clap-rs/clap/discussions/5305

sudhackar avatar Jan 15 '24 14:01 sudhackar