Description
Feature request
What problem does this feature solve?
Anyone who run vuepress dev --debug
want to see the logs. But if they don't run with --no-clear-screen
, logs will be cleaned.
What does the proposed API look like?
--debug
goes with --no-clear-screen automatically in dev mode.
How should this be implemented in your opinion?
Are you willing to work on this yourself?
Yes.