sindresorhus / meow

🐈 CLI app helper
MIT License
3.53k stars 150 forks source link

Feature request: Restore `process.title` on exit #179

Closed fisker closed 3 years ago

fisker commented 3 years ago

process.title should be restored when exiting.

sindresorhus commented 3 years ago

Why?

fisker commented 3 years ago

del-cli dist/** && some-other-cli-do-not-set-title , the title will still be del

sindresorhus commented 3 years ago

This sounds like an issue with your terminal. What terminal are you using? If not, it's a problem with Node.js, not meow. The process.title docs say it sets the name for the current process.

fisker commented 3 years ago

Thanks, I'll take a deeper look. Close for now.