mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
b8ab35db77
I think that this small change makes the code somewhat more readable. Logic: not any([ b1, b2, b3, ... ]) == all([ not b1, not b2, not b3, ... ])