robotpy / robotpy-commands-v2

Python implementation of the WPILib Command Framework (2020+)
Other
2 stars 14 forks source link

Change some commands2.cmd decorators to use py::args #20

Closed virtuald closed 1 year ago

virtuald commented 1 year ago

@TheTripleV seem reasonable?

TheTripleV commented 1 year ago

Yeah seems fine. If there's a mix and match of *args and and list, maybe include an overload that takes a list? Cpp commands seems to have both.