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

feat: print a disclaimer at the beginning of CLI runs #1180

Merged
merged 5 commits into from
Apr 3, 2023

Conversation

emday4prez
Copy link
Contributor

@emday4prez emday4prez commented Apr 3, 2023

Overview

added:

output.stdout(chalk.yellowBright("⚠️ TypeStat is still very early stage and experimental. ⚠️ While it will improve your code, it will likely add syntax and type errors. Use TypeStat as a starting point before you manually fix and verify any changes."))

@emday4prez emday4prez changed the title Print disclaimer feature: Print a disclaimer at the beginning of CLI runs Apr 3, 2023
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

A good start :) thanks for sending!

src/index.ts Outdated Show resolved Hide resolved
@JoshuaKGoldberg JoshuaKGoldberg added the status: waiting for author Needs an action taken by the original poster label Apr 3, 2023
@JoshuaKGoldberg JoshuaKGoldberg changed the title feature: Print a disclaimer at the beginning of CLI runs feat: print a disclaimer at the beginning of CLI runs Apr 3, 2023
Repository owner deleted a comment Apr 3, 2023
@JoshuaKGoldberg JoshuaKGoldberg removed the status: waiting for author Needs an action taken by the original poster label Apr 3, 2023
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

Super, thanks @emday4prez! 🙌

Nice to see you working in more of my repos 😄

@JoshuaKGoldberg JoshuaKGoldberg merged commit 9125ceb into JoshuaKGoldberg:main Apr 3, 2023
@emday4prez emday4prez deleted the print-disclaimer branch April 3, 2023 15:54
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.

Print a disclaimer at the beginning of CLI runs
2 participants