As the title said, I’m wondering is there anyway to inject Magento commands inside my custom commands?
For example, I want to create a custom command "hello:world"
This command is supposed to execute 2 commands “setup:upgrade” and “setup:di:compile” and few minor tasks.