Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced promptui with readline #84

Merged
merged 8 commits into from
Apr 24, 2020
Merged

Replaced promptui with readline #84

merged 8 commits into from
Apr 24, 2020

Conversation

joshmarsh
Copy link
Contributor

Proposed changes

Promptui uses readline to read user input. I replaced promptui with readline to fix #43

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (changes to code, which do not change application behavior)

Checklist

  • I have filled out this PR template
  • I have read the CONTRIBUTING doc
  • I have added automated tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (README.md, inline comments, etc.)
  • I have updated the CHANGELOG.md under a ## next release, with a short summary of my changes

Relevant Links

#43

Further comments

@joshmarsh joshmarsh merged commit 468393d into Optum:master Apr 24, 2020
@joshmarsh joshmarsh deleted the bug/prompts-repeat-long-input branch April 24, 2020 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prompts do not handle long input strings correctly
2 participants