Fix typo: argumant -> argument (#1257)
This commit is contained in:
parent
e1f729efbc
commit
d2d405aa28
@ -2015,7 +2015,7 @@ foo argument:
|
|||||||
touch '{{argument}}'
|
touch '{{argument}}'
|
||||||
```
|
```
|
||||||
|
|
||||||
This preserves `just`'s ability to catch variable name typos before running, for example if you were to write `{{argumant}}`, but will not do what you want if the value of `argument` contains single quotes.
|
This preserves `just`'s ability to catch variable name typos before running, for example if you were to write `{{argument}}`, but will not do what you want if the value of `argument` contains single quotes.
|
||||||
|
|
||||||
#### Positional Arguments
|
#### Positional Arguments
|
||||||
|
|
||||||
|
@ -2000,7 +2000,7 @@ foo argument:
|
|||||||
touch '{{argument}}'
|
touch '{{argument}}'
|
||||||
```
|
```
|
||||||
|
|
||||||
这保留了 `just` 在运行前捕捉变量名称拼写错误的能力,例如,如果你写成了 `{{argumant}}`,但如果 `argument` 的值包含单引号,则不会如你的预期那样工作。
|
这保留了 `just` 在运行前捕捉变量名称拼写错误的能力,例如,如果你写成了 `{{argument}}`,但如果 `argument` 的值包含单引号,则不会如你的预期那样工作。
|
||||||
|
|
||||||
#### 位置参数
|
#### 位置参数
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user