You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Currently, Commands.js lists all the commands you can call, but in order to figure out what arguments a command expects, you have to hunt for the object that handles it, find what method of that object gets called, and read the documentation there. We should probably add the documentation directly in comments in Commands.js.