All the commands can be executed writting only part of them.
For example:
php bin/magento cache:flush
can be traslated to:
php bin/magento c:f
php bin/magento ca:f
php bin/magento c:fl
php bin/magento cache:f
php bin/magento c:flush
You can write any part, and if it is not ambiguos, it will automatically know which one you want.