co-prompt icon indicating copy to clipboard operation
co-prompt copied to clipboard

Added a default value parameter to prompt

Open techmsi opened this issue 9 years ago • 0 comments

Addresses Issue #5

Without specified default

yield prompt('first name: ');

With specified default

yield prompt('first name: ', 'John');

techmsi avatar Dec 08 '15 14:12 techmsi