Is there any way to make Thor show a general message for the top level command?
$my_command help
I'd like to show a welcome message here.
Commands:
my_command help [COMMAND]
Is there any way to make Thor show a general message for the top level command?
$my_command help
I'd like to show a welcome message here.
Commands:
my_command help [COMMAND]
Copyright © 2021 Jogjafile Inc.
The closest thing I can think of is adding a default task and using it to invoke the help task. You'd get this message when calling
$my_commandwith no arguments