10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think the uucore::format::parse_escape_only function can be used in the echo.rs file in place of the print_escaped function.
uucore::format::parse_escape_only
echo.rs
print_escaped
The text was updated successfully, but these errors were encountered:
f979f97
echo: use uucore::format::parse_escape_only()
fccc247
Remove some duplicate code in favor of just calling `uucore::format::parse_escape_only()`. Fixes uutils#7258.
Successfully merging a pull request may close this issue.
I think the
uucore::format::parse_escape_only
function can be used in theecho.rs
file in place of theprint_escaped
function.The text was updated successfully, but these errors were encountered: