Reset all options to defaults.
(self)
| 267 | |
| 268 | @command.command("options.reset") |
| 269 | def options_reset(self) -> None: |
| 270 | """ |
| 271 | Reset all options to defaults. |
| 272 | """ |
| 273 | ctx.options.reset() |
| 274 | |
| 275 | @command.command("options.reset.one") |
| 276 | def options_reset_one(self, name: str) -> None: |