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
etc.
You can write any part, and if it is not...