muunitnocQ

Results 1 issues of muunitnocQ

Closes #17 Adds a new marker annotation called `QualifiedSubCommand`: ```java @QualifiedSubCommand(aliases = {"commandalias"}) class MySubCommand extends SubCommand { //.... } ``` This registers the subcommand as it would normally, but...