I have a command group that is suppoed to handle projects.
Until now the syntax was !project <subcommand> <project> [params], but I think that this is a little awkward.
I would like the syntax to be something like this:
!project <project> <subcommand> [params].
I guess that I need to code something in the command group function. to manually invoke the subcommands...
Or is there any other obvieous way to do this?