MCPcopy
hub / github.com/ycd/manage-fastapi / binary_question

Function binary_question

manage_fastapi/helpers.py:18–19  ·  view source on GitHub ↗
(option: str)

Source from the content-addressed store, hash-verified

16
17
18def binary_question(option: str) -> questionary.Question:
19 return questionary.confirm(f"Do you want {option}?", default=False)

Callers 1

startprojectFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected