You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code only considers the first occurrence of each flag, which leads to no meaningful behavior, because all subsequent flags get ignored. This is demonstrably wrong:
$ cargo run -q --features cksum cksum -a md5 --binary --tag --untagged --binary README.md e5773576fc75ff0f8eba14f61587ae28 README.md
$ cksum -a md5 --binary --tag --untagged --binary README.md e5773576fc75ff0f8eba14f61587ae28 *README.md
This code only considers the first occurrence of each flag, which leads to no meaningful behavior, because all subsequent flags get ignored. This is demonstrably wrong:
Originally posted by @BenWiederhake in #6256 (comment)
The text was updated successfully, but these errors were encountered: