manifoldco / promptui

Interactive prompt for command-line applications
https://www.manifold.co
BSD 3-Clause "New" or "Revised" License
6.07k stars 336 forks source link

prompt: fix default success template, missing space #88

Closed j-vizcaino closed 5 years ago

j-vizcaino commented 5 years ago

Running the prompt_default example without the patch:

(prompt)
Username: foo
(after Enter pressed)
Usernamefoo

With patch

(prompt, no change)
Username: foo
(after Enter pressed)
Username: foo
CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

fiws commented 5 years ago

Somehow i thought i was always doing something wrong.

Using replace github.com/manifoldco/promptui v0.3.1 => github.com/j-vizcaino/promptui v0.3.2-0.20190106162410-59a91530dda2 for now. Hope this fix lands soon