YoloModeNoticeScreen(
self,
body: str | None = None,
)ModalScreen[YoloModeNoticeResult]| Name | Type | Description |
|---|---|---|
body | str | None | Default: NoneOptional Markdown body under the title. Defaults to
|
| Name | Type |
|---|---|
| body | str | None |
In-TUI acknowledgement shown before unrestricted YOLO becomes active.
Dismisses with YoloModeNoticeResult.ACKNOWLEDGE on Enter (acknowledge and
enable), YoloModeNoticeResult.MANUAL on m (switch to Manual), and
YoloModeNoticeResult.CANCEL on Esc (keep the previous mode). Programmatic
dismiss may yield None; callers treat that like cancel so YOLO is never
left active without an explicit acknowledge.