yeoman / update-notifier

Update notifications for your CLI app
BSD 2-Clause "Simplified" License
1.76k stars 132 forks source link

Allow overriding individual Boxen options #184

Closed astorije closed 4 years ago

astorije commented 4 years ago

This means that:

boxenOptions: {
  borderColor: 'yellow',
},

will now only override borderColor while keeping the other defaults intact. Before this, updating one option meant all other defaults had to be passed again.

sindresorhus commented 4 years ago

I think the docs should make the behavior explicit.