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
Currently you can only define a default value but it doesn't fill the input.
constname: string=awaitInput.prompt({message: "Whats your name?",default: "Foo",});
? What's your name? (Foo) ›
One way to add support for this could be to fill the input with the default value when pressing tab. The easiest way to implement this could be to add the default value as first entry to the suggestions list.
I'm not seeing a way to prefill a prompt with text that the user can edit. Is this something that cliffy supports?
The text was updated successfully, but these errors were encountered: