Skip to content

Commit

Permalink
Update execution.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Aug 25, 2024
1 parent 24c1242 commit 36cf0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh-CN/manual/recipe/execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 使用引号

与大多数命令行工具一样,你可以使用单引号或双引号将参数包裹,引号中的内容将被视为一个独立的参数。这在许多场景下都非常有用:
你可以使用单引号或双引号将参数包裹,引号中的内容将被视为一个独立的参数。这在许多场景下都非常有用:

- 当希望传入带空格的参数时 (默认行为是只解析空格前面的部分)
- 当希望传入以 `-` 开头的参数时 (默认的行为是解析成下一个选项)
Expand Down

0 comments on commit 36cf0c1

Please sign in to comment.