Fix README typos (#1660)
This commit is contained in:
parent
63ed00ff78
commit
4b5dd245fa
@ -2012,7 +2012,7 @@ while:
|
|||||||
|
|
||||||
### Command Line Options
|
### Command Line Options
|
||||||
|
|
||||||
`just` supports a number of useful command line options for listing, dumping, and debugging recipes and variable:
|
`just` supports a number of useful command line options for listing, dumping, and debugging recipes and variables:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ just --list
|
$ just --list
|
||||||
@ -2379,7 +2379,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 `{{argument}}`, 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 `{{arument}}`, but will not do what you want if the value of `argument` contains single quotes.
|
||||||
|
|
||||||
#### Positional Arguments
|
#### Positional Arguments
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user