Qbox-project / qbx_core

http://qbox-project.github.io
Other
46 stars 109 forks source link

fix(bridge): qb commands with implied arguments #444

Closed Manason closed 2 months ago

Manason commented 2 months ago

Description

Fixes bridge commands in cases where the arguments are not explicitly declared in the function. Observed in the wild that scripts were not declaring the help text, but still using the passed through arguments.

Fixes #437

Checklist