Cmdr: A fully extensible and type safe command console for Roblox Developers

Hey all, I have run into a little situation where I need to get some extra data from a command.

I looked at the documentation and saw that you can add extra data, but the issue is the fact it looks like it’s only for the client.

I need to add extra data to the command itself. (ex: Can I just put a Data table underneath the Args table and that works?)

Is there a way I can do this that I missed?