misode / brigadier-ts

TypeScript port of Mojang/brigadier
MIT License
18 stars 5 forks source link

Add type parameters to argument builder factories #18

Closed haykam821 closed 1 year ago

haykam821 commented 1 year ago

This pull request adds type parameters to the literal and argument factories for argument builders. This change allows users to specify a command source before chaining builder methods. All added type parameters have a default of any for backwards compatibility.

Fixes #16