feat: make all confirmation forms accessible

This commit is contained in:
Pavel Sviderski
2025-05-01 14:12:12 +10:00
parent 6068e24f4f
commit 0b8495e964
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ func (cli *CLI) promptResetMachine() error {
Negative("No").
Value(&confirm),
),
)
).WithAccessible(true)
if err := form.Run(); err != nil {
return fmt.Errorf("prompt user to confirm: %w", err)
}