laravel / prompts

Beautiful and user-friendly forms for your command-line PHP applications.
https://laravel.com/docs/prompts
MIT License
532 stars 94 forks source link

Adding "Clear" Function For Cleaning The Terminal #160

Closed TarsisioXavier closed 2 months ago

TarsisioXavier commented 2 months ago

The Feature

This is a new function that can be used to clear the user's terminal.
It doesn't break anything else since it works with it's own classes.

Possibly Usage

jessarcher commented 2 months ago

Thanks @TarsisioXavier

I made a few small tweaks, mostly so that any output after clear won't have top padding.

Before After
image image