Feature Request
It is a good practice to show up help information if none of the arguments were supplied.
Why it is needed
Infact yargs provides a method for the respective purpose, demandCommand().
Possible implementation
https://yargs.js.org/docs/#demandCommand
Code sample
https://yargs.js.org/docs/#demandCommand