noora-yes-or-no-choice-prompt
Installation
SKILL.md
Noora Yes Or No Choice Prompt
Use this skill when a Swift CLI needs a binary decision and the answer should be keyboard-driven rather than typed free-form.
Basic Pattern
import Noora
let shouldAuthenticate = Noora().yesOrNoChoicePrompt(
title: "Authentication",
question: "Would you like to authenticate?",
defaultAnswer: true,
description: "Authentication is required for remote actions.",
collapseOnSelection: true
)