Do we have a facility for receiving terminal input...
# development
h
Do we have a facility for receiving terminal input from a user in a goal rule (via Console or some other way)? E.g., if we want to ask for a y/n confirmation?
h
No. Stu opened a ticket about this the other day tho
h
We might need this to make
./pants init
robust, but we can probably get by without for now.
👍 1
p
w
for now, using
input
from a
@goal_rule
is safe… we’ll fix #11398 before making it unsafe
h
👍