Closed ghost closed 3 years ago
Solution found: Order of decorators matter:
@Command('help')
@Infos({ type: 'help' })
@Description('Show available commands')
works, Command has to come before infos, which has to come before description.
Thank you, TheMartonfi#5712
However, as you can see, it doesnt really add any of the metadata to the command