我有yo someGen
,提示的问题很少。其中一个提示someQuestion
正在询问would you like to use smthng?
,用户可以选择smthng1
,smthng2
或no
。
我有一个子生成器yo someGen:smthng
,可以根据smthng1
的答案执行其他操作(smthng2
或someQuestion
)。
现在,如果用户尝试yo someGen:smthng
,但之前(在主要版本中)他回答no
,我想再次提出someQuestion
。让他有机会现在决定smthng
,然后根据新答案操作yo someGen:smthng
,并能够再次后悔并回答no
。
我该怎么做?