-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Upgrade cli-boxes
dependency
#69
Conversation
Forgot to @sindresorhus my bad. |
No need to ;) Maintainers/owners of a repo get notified of new pull requests. |
Can you preserve support for using |
top: '-', | ||
bottom: '_', | ||
left: '|', | ||
right: '!', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what you meant there, I swapped top/bottom with left/right in the next push.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to use an exclamation mark instead of a |
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No I meant to use 4 different characters.
Did we have anything else to change ? |
Fixes #68
I updated the dependency, and modified all documentation according to the new options provided by cli-boxes v3.
I also took the time to refactor the code responsible for 'inboxing/incasing' the content into a separate function for better readability and maintainability. The tests and snapshots also have been updated.
Let me know about any desired changes !