pages*: standardize mentioning subcommands without the main command (#13981)

This commit is contained in:
Lena
2024-10-05 10:32:33 +02:00
committed by GitHub
parent ca4a29f733
commit 888d62cdcf
99 changed files with 99 additions and 99 deletions

View File

@@ -1,7 +1,7 @@
# aws
> Amazon Web Services 官方的命令列介面工具。
> 此命令也有關於其子命令的文件,例如:`aws s3`.
> 此命令也有關於其子命令的文件,例如:`s3`.
> 更多資訊:<https://aws.amazon.com/cli>.
- 設定 AWS 命令列:

View File

@@ -1,7 +1,7 @@
# az
> Microsoft Azure 的官方客戶端工具。
> 此命令也有關於其子命令的文件,例如:`az login`.
> 此命令也有關於其子命令的文件,例如:`login`.
> 更多資訊:<https://learn.microsoft.com/cli/azure>.
- 登錄到 Azure

View File

@@ -1,7 +1,7 @@
# docker
> 管理 Docker 容器和映像檔。
> 此命令也有關於其子命令的文件,例如:`docker run`.
> 此命令也有關於其子命令的文件,例如:`run`.
> 更多資訊:<https://docs.docker.com/reference/cli/docker/>.
- 列出所有 Docker 容器(包括停止的容器):

View File

@@ -1,7 +1,7 @@
# dotnet
> 適用於 .NET Core 的跨平台 .NET 命令列工具。
> 此命令也有關於其子命令的文件,例如:`dotnet build`.
> 此命令也有關於其子命令的文件,例如:`build`.
> 更多資訊:<https://learn.microsoft.com/dotnet/core/tools>.
- 初始化一個新的 .NET 專案: