From 041394e05ab5d241cc1625aca98425bc2daddd0a Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Sat, 27 Jan 2024 00:36:48 +0800 Subject: [PATCH] docs: remove cli help message language setting --- docs/reference/cli.md | 6 +++--- docs/zh/reference/cli.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/cli.md b/docs/reference/cli.md index fa325bf7..b1a07e3e 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -6,7 +6,7 @@ VuePress CLI is provided by [@vuepress/cli](https://www.npmjs.com/package/@vuepr Run `vuepress --help` to get following help messages: -```bash +``` Usage: $ vuepress [options] @@ -35,7 +35,7 @@ Set environment variable `DEBUG=vuepress*` to enable debug logs. Start a development server to develop your VuePress site locally. -```bash +``` Usage: $ vuepress dev [sourceDir] @@ -62,7 +62,7 @@ Options set by CLI will override those options with the same name in your config Build your VuePress site to static files, which are ready for [deployment](../guide/deployment.md). -```bash +``` Usage: $ vuepress build [sourceDir] diff --git a/docs/zh/reference/cli.md b/docs/zh/reference/cli.md index c0a8ba6b..bca820c7 100644 --- a/docs/zh/reference/cli.md +++ b/docs/zh/reference/cli.md @@ -6,7 +6,7 @@ VuePress 命令行接口是由 [@vuepress/cli](https://www.npmjs.com/package/@vu 执行 `vuepress --help` 来获取下列帮助信息: -```bash +``` Usage: $ vuepress [options] @@ -35,7 +35,7 @@ VuePress 使用了 [debug](https://www.npmjs.com/package/debug) 模块。 启动一个开发服务器,在本地开发你的 VuePress 站点。 -```bash +``` Usage: $ vuepress dev [sourceDir] @@ -62,7 +62,7 @@ Options: 将你的 VuePress 站点构建成静态文件,以便你进行后续[部署](../guide/deployment.md)。 -```bash +``` Usage: $ vuepress build [sourceDir]