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
This would introduce a new call signature. Instead of prompt(message: text, options: PromptOptions), introducing options.messages also introduces the call signature prompt(options: PromptOptions).
This would introduce a new call signature. Instead of
prompt(message: text, options: PromptOptions)
, introducingoptions.messages
also introduces the call signatureprompt(options: PromptOptions)
.See #40 for specs
The text was updated successfully, but these errors were encountered: