*: normalize colons (#7913)

This commit is contained in:
Seth Falco
2022-03-27 07:25:15 +02:00
committed by GitHub
parent f63fedd585
commit 27ff55fc2e
88 changed files with 144 additions and 144 deletions

View File

@@ -15,6 +15,6 @@
`am start -a {{android.intent.action.MAIN}} -c {{android.intent.category.HOME}}`
- 將意圖intent轉換為 URI:
- 將意圖intent轉換為 URI
`am to-uri -a {{android.intent.action.VIEW}} -d {{tel:123}}`

View File

@@ -3,7 +3,7 @@
> Visual Studio Code.
> 更多資訊:<https://github.com/microsoft/vscode>.
- 執行 VS Code:
- 執行 VS Code
`code`
@@ -23,6 +23,6 @@
`code -d {{檔案一}} {{檔案二}}`
- 用超級使用者 (sudo) 權限執行 VS Code:
- 用超級使用者 (sudo) 權限執行 VS Code
`sudo code {{檔案或目錄/完整/路徑}} --user-data-dir`

View File

@@ -24,7 +24,7 @@
`docker pull {{映像檔}}`
- 從正在運行的容器內打開一個 shell:
- 從正在運行的容器內打開一個 shell
`docker exec -it {{容器名稱}} {{sh}}`

View File

@@ -11,7 +11,7 @@
`cmd /c "{{命令}}"`
- 執行一個指定的命令,之後進入一個互動式 shell:
- 執行一個指定的命令,之後進入一個互動式 shell
`cmd /k "{{命令}}"`