<!-- Please don't delete this template or we'll close your issue --> <!-- Before creating an issue please make sure you are using the latest version of VuePress. --> ## Feature request <!-- Please ask questions on StackOverflow. --> <!-- https://stackoverflow.com/questions/ask?tags=vuepress --> <!-- Issues which contain questions or support requests will be closed. --> #### 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.