(start, end, match, cmd_class, help_class)
| 449 | |
| 450 | |
| 451 | def _make_match(start, end, match, cmd_class, help_class): |
| 452 | return { |
| 453 | "match": match, |
| 454 | "start": start, |
| 455 | "end": end, |
| 456 | "spaces": "", |
| 457 | "commandclass": cmd_class, |
| 458 | "helpclass": help_class, |
| 459 | } |
| 460 | |
| 461 | |
| 462 | def explain_cmd( |