Expands the macro to a list of basic Tinode CLI commands.
(self, id, cmd, args)
| 29 | pass |
| 30 | |
| 31 | def expand(self, id, cmd, args): |
| 32 | """Expands the macro to a list of basic Tinode CLI commands.""" |
| 33 | pass |
| 34 | |
| 35 | def run(self, id, cmd, args): |
| 36 | """Expands the macro and returns the list of commands to actually execute to the caller |