Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

feat: Option to clear the screen on quasar dev rebuild #230

@tohagan

Description

@tohagan

Software version

  • quasar-cli v017.23

Feature suggestion ... I normally run quasar dev inside VSCode which will frequently trigger rebuilds as you save files. The problem is that this emits lots of output so you're forced to stop editing and constantly rescroll to the bottom of of the terminal output to view the last build error. What would be much more useful would be to have quasar-cli clear the screen before each rebuild so you can always see the output of the last build with least amount of scrolling (if any). For backward compatibility you might prefer to make an option rather than the default behaviour.

Reference:

I think you only need to output '\033[2J' to the console whenprocess.stdout.isTTY

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions