pages*: standardize mentioning subcommands without the main command (#13981)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# adb
|
||||
|
||||
> 安卓调试桥:与 Android 模拟器或已连接的 Android 设备通信。
|
||||
> 此命令也有关于其子命令的文件,例如:`adb shell`.
|
||||
> 此命令也有关于其子命令的文件,例如:`shell`.
|
||||
> 更多信息:<https://developer.android.com/tools/adb>.
|
||||
|
||||
- 检查 adb server 进程的是否在运行,并开启它:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# amass
|
||||
|
||||
> 深度攻击面探测与资产发现工具。
|
||||
> 此命令也有关于其子命令的文件,例如:`amass intel`.
|
||||
> 此命令也有关于其子命令的文件,例如:`intel`.
|
||||
> 更多信息:<https://github.com/owasp-amass/amass>.
|
||||
|
||||
- 执行 Amass 子命令:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# ansible
|
||||
|
||||
> 通过 SSH 协议远程管理计算机组。使用 `/etc/ansible/hosts` 文件来添加组 / 主机。
|
||||
> 此命令也有关于其子命令的文件,例如:`ansible galaxy`.
|
||||
> 此命令也有关于其子命令的文件,例如:`galaxy`.
|
||||
> 更多信息:<https://www.ansible.com/>.
|
||||
|
||||
- 列出给定组下的所有主机:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# docker
|
||||
|
||||
> 管理 Docker 容器和镜像。
|
||||
> 此命令也有关于其子命令的文件,例如:`docker run`.
|
||||
> 此命令也有关于其子命令的文件,例如:`run`.
|
||||
> 更多信息:<https://docs.docker.com/reference/cli/docker/>.
|
||||
|
||||
- 列出所有 Docker 容器(包括停止的容器):
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# go
|
||||
|
||||
> 管理 Go 源代码的工具。
|
||||
> 此命令也有关于其子命令的文件,例如:`go build`.
|
||||
> 此命令也有关于其子命令的文件,例如:`build`.
|
||||
> 更多信息:<https://golang.org>.
|
||||
|
||||
- 下载并安装由其路径指定的包:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# vue
|
||||
|
||||
> 适用于 Vue.js 项目的多用途命令行接口。
|
||||
> 此命令也有关于其子命令的文件,例如:`vue build`。
|
||||
> 此命令也有关于其子命令的文件,例如:`build`。
|
||||
> 更多信息:<https://cli.vuejs.org>.
|
||||
|
||||
- 交互式地创建一个新的 Vue 项目:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# btrfs
|
||||
|
||||
> 一种基于写时复制(COW)原理的 Linux 文件系统。
|
||||
> 此命令也有关于其子命令的文件,例如:`btrfs device`.
|
||||
> 此命令也有关于其子命令的文件,例如:`device`.
|
||||
> 更多信息:<https://btrfs.readthedocs.io/en/latest/btrfs.html>.
|
||||
|
||||
- 创建子卷:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# choco
|
||||
|
||||
> Chocolatey 包管理器的命令行界面。
|
||||
> 此命令也有关于其子命令的文件,例如:`choco install`.
|
||||
> 此命令也有关于其子命令的文件,例如:`install`.
|
||||
> 更多信息:<https://chocolatey.org>.
|
||||
|
||||
- 执行 Chocolatey 命令:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# reg
|
||||
|
||||
> 用于在 Windows 注册表中管理键及其值的命令行界面。
|
||||
> 此命令也有关于其子命令的文件,例如:`reg add`.
|
||||
> 此命令也有关于其子命令的文件,例如:`add`.
|
||||
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/reg>.
|
||||
|
||||
- 执行注册表命令:
|
||||
|
Reference in New Issue
Block a user