-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add tty check on stdout.clearLine #158
Conversation
Thank you for raising your pull request and contributing to our Community |
❤️ Great PR @huchenlei ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! |
### [Version 1.20.2](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/[email protected]...@lobehub/[email protected]) <sup>Released on **2024-12-22**</sup> #### 🐛 Bug Fixes - **misc**: Add tty check on stdout.clearLine. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Add tty check on stdout.clearLine, closes [#158](#158) ([e0e1fde](e0e1fde)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 1.20.2 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
### [Version 2.15.3](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/[email protected]...@lobehub/[email protected]) <sup>Released on **2025-01-01**</sup> #### 🐛 Bug Fixes - **misc**: Add tty check on stdout.clearLine, Fix deps. #### 💄 Styles - **misc**: Update i18n log. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Add tty check on stdout.clearLine, closes [#158](#158) ([e0e1fde](e0e1fde)) * **misc**: Fix deps ([1f98174](1f98174)) #### Styles * **misc**: Update i18n log ([163a444](163a444)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
### [Version 1.3.2](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/[email protected]...@lobehub/[email protected]) <sup>Released on **2025-01-01**</sup> #### ✨ Features - **misc**: Add dirty-json support for i18n. #### 🐛 Bug Fixes - **misc**: Add tty check on stdout.clearLine, Fix deps, Remove auto git add all in lobe-commit. #### 💄 Styles - **misc**: Update i18n log. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Add dirty-json support for i18n ([0c603d3](0c603d3)) #### What's fixed * **misc**: Add tty check on stdout.clearLine, closes [#158](#158) ([e0e1fde](e0e1fde)) * **misc**: Fix deps ([1f98174](1f98174)) * **misc**: Remove auto git add all in lobe-commit ([5527084](5527084)) #### Styles * **misc**: Update i18n log ([163a444](163a444)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 1.10.1 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
### [Version 1.4.3](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/[email protected]...@lobehub/[email protected]) <sup>Released on **2025-01-01**</sup> #### ✨ Features - **misc**: Add dirty-json support for i18n. #### 🐛 Bug Fixes - **misc**: Add tty check on stdout.clearLine, Fix deps, Remove auto git add all in lobe-commit. #### 💄 Styles - **misc**: Update i18n log. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Add dirty-json support for i18n ([0c603d3](0c603d3)) #### What's fixed * **misc**: Add tty check on stdout.clearLine, closes [#158](#158) ([e0e1fde](e0e1fde)) * **misc**: Fix deps ([1f98174](1f98174)) * **misc**: Remove auto git add all in lobe-commit ([5527084](5527084)) #### Styles * **misc**: Update i18n log ([163a444](163a444)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 2.15.3 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.3.2 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.4.3 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
Fixes the issue where the folder mode cannot be run on non-tty terminal, e.g. Github CI runner.
📝 补充信息 | Additional Information