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

Added keepWords option and fixed unresponsive config function #85

Closed
wants to merge 2 commits into from

Conversation

random1781
Copy link

@random1781 random1781 commented Jul 5, 2022

config as described in the documentation was not successfully setting the configurable options. I'm not sure if this is the intended behavior, but I fixed it for my use.

Additionally keepWords is now passed along by both echo functions, but it is set to false as the default. This should address #77.

if (typeof name === 'object') {
for (const [key, value] of Object.entries(name)) {
this._config[key] = value
}
Copy link
Owner

@jcubic jcubic Jul 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You removed old behavior and you've deleted completion option. Now all options will stop working since you only set this._config and ignore terminal settings.

@jcubic
Copy link
Owner

jcubic commented Jul 13, 2022

This PR is invalid, it has a lot of errors, and you didn't respond to my CR. So I'm closing this. Feel free to fix the issue and create proper PR.

@jcubic jcubic closed this Jul 13, 2022
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.

2 participants