void handleAskStep(String key, String prompt) { if (!renderData.containsKey(key)) { renderData[key] = ask(yellow(render(prompt))); } }