You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<method async name="askSingle" return="string">
<arg type="(string|!_reloquent.Question)" name="question">
The question to present to the user.
</arg>
<arg type="number" name="timeout" opt>
How long to wait before rejecting the promise. Waits forever by default.
</arg>
Ask user a question via the CLI. Returns the answer to the question.
If a timeout is passed, the promise will expire after the specified
number of milliseconds if the answer was not given.
</method>
The text was updated successfully, but these errors were encountered:
no promise is printed right now
The text was updated successfully, but these errors were encountered: