Method which adds custom command line arguments.
(self)
| 25 | pass |
| 26 | |
| 27 | def add_parser_args(self): |
| 28 | """Method which adds custom command line arguments.""" |
| 29 | pass |
| 30 | |
| 31 | def expand(self, id, cmd, args): |
| 32 | """Expands the macro to a list of basic Tinode CLI commands.""" |