evaera / Cmdr

Extensible command console for Roblox developers
https://eryn.io/Cmdr/
MIT License
375 stars 109 forks source link

Help Command - Inline Types #325

Closed SignalManSteve closed 5 months ago

SignalManSteve commented 5 months ago

Allow inline types to be shown on the help command

Currently, it will just send a message saying "Unknown (inline argument)" - this isn't particularly useful for people who didn't write the commands themselves.

Turns out that you can get it to convert into a regular argument if you just actually use the function and pass the context.

Declarations:

SignalManSteve commented 5 months ago

Okay 1 sec imma do this all in 1 bc its being dumb