(self)
| 152 | self.options.append([key, name, description or [], function]) |
| 153 | |
| 154 | def head(self): |
| 155 | cls() |
| 156 | header(self.title) |
| 157 | print() |
| 158 | |
| 159 | def print_options(self): |
| 160 | for index, option in enumerate(self.options): |
no test coverage detected