RefreshDependenciesConfirmScreen(
self,
*,
planned_changes: str | None = None
)_DependencyConfirmScreen| Name | Type | Description |
|---|---|---|
planned_changes | str | None | Default: NoneOptional dry-run summary of dependency updates. |
| Name | Type |
|---|---|
| planned_changes | str | None |
Confirmation overlay for a dependency refresh.
Dismisses with True when the user confirms and False when the user
cancels. Esc is treated as cancel so the user is never forced into a refresh
they did not explicitly choose.