I'm using click to build a command line interface for my python code.
The command is now becoming too complex and I'd like to split it into sub-commands. The interface I'm trying to obtain is something like:
mytool subcommand1 --option1 --option2
mytool subcommand2 arg1 --option1