mention subcommands in every base page (#6383)

This commit is contained in:
marchersimon
2021-09-13 10:21:21 +02:00
committed by GitHub
parent 4fbb601f63
commit bd677b8b48
63 changed files with 69 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
# adb
> 安卓调试桥:与 Android 模拟器或已连接的 Android 设备通信。
> 此命令也有关于其子命令的文件,例如:`adb shell`.
> 更多信息:<https://developer.android.com/studio/command-line/adb>.
- 检查 adb server 进程的是否在运行,并开启它:

View File

@@ -1,7 +1,7 @@
# ansible
> 通过 SSH 协议远程管理计算机组。
> 使用 `/etc/ansible/hosts` 文件来添加组 / 主机。
> 通过 SSH 协议远程管理计算机组。使用 `/etc/ansible/hosts` 文件来添加组 / 主机。
> 此命令也有关于其子命令的文件,例如:`ansible galaxy`.
> 主页: <https://www.ansible.com/>.
- 列出给定组下的所有主机:

View File

@@ -1,6 +1,7 @@
# docker
> 管理 Docker 容器和镜像。
> 此命令也有关于其子命令的文件,例如:`docker run`.
> 更多信息:<https://docs.docker.com/engine/reference/commandline/cli/>.
- 列出目前正在运行的 docker 容器:

View File

@@ -1,8 +1,7 @@
# vue-cli
> 用于初始化 Vue.js 项目的 CLI.
> 本帮助适用于旧的 `vue-cli@2` 和 `@vue/cli-init` 插件,新版 CLI 文档请参见更多信息。
> 官方模板包括webpack, webpack-simple, browserify, browserify-simple, simple.
> 此命令也有关于其子命令的文件,例如:`vue build`.
> 更多信息:<https://cli.vuejs.org>.
- 从模板创建新项目:

View File

@@ -1,6 +1,7 @@
# btrfs
> 一种基于写时复制COW原理的 Linux 文件系统。
> 此命令也有关于其子命令的文件,例如:`btrfs device`.
> 更多信息:<https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs>.
- 创建子卷:

View File

@@ -1,7 +1,7 @@
# choco
> Chocolatey 包管理器的命令行界面。
> 参见 `choco install`, `choco upgrade` 和其他的页面来获取额外的信息。
> 此命令也有关于其子命令的文件,例如:`choco install`.
- 执行 Chocolatey 命令:

View File

@@ -1,7 +1,7 @@
# reg
> 用于在 Windows 注册表中管理键及其值的命令行界面。
> 参见 `reg-query`, `reg-add` 和其他的页面来获取额外的信息。
> 此命令也有关于其子命令的文件,例如:`reg add`.
- 执行注册表命令: