Cveinnt / LiveTerm

💻 Build terminal styled websites in minutes!
https://liveterm.vercel.app
MIT License
4.67k stars 504 forks source link

Update scrolling for api commands #5

Closed mjh316 closed 2 years ago

mjh316 commented 2 years ago

When you run a command such as help, the terminal will automatically scroll down to the bottom of the output and to the next prompt. This doesn't happen for api commands such as weather Miami. This PR changes that and matches the api command behavior to the regular ones.

Cveinnt commented 2 years ago

Thanks for contributing!