Hi there! I've been trying to make a nice ASCII art splash screen for my CLI. I'd like it to be displayed when the program is called without arguments or commands and to be displayed before the help information.
I've tried with a hidden default command, but then it's name shows up in the usage and the help is relative to the command.
Is there any clean way to do it?