1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

echo: print help if not posixly corrent and only argument is --help

This commit is contained in:
RGBCube 2025-07-03 21:37:10 +03:00
parent f1436f3949
commit 3ea679a29e
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 30 additions and 32 deletions

View file

@ -626,7 +626,6 @@ unused_qualifications = "warn"
all = { level = "warn", priority = -1 }
cargo = { level = "warn", priority = -1 }
pedantic = { level = "warn", priority = -1 }
match_bool = "allow" # 8310
cargo_common_metadata = "allow" # 3240
multiple_crate_versions = "allow" # 2314
missing_errors_doc = "allow" # 1504