1
0
mirror of https://github.com/casey/just synced 2024-07-05 17:28:49 +00:00

Fix README typos (#1660)

This commit is contained in:
Alexander Kuhn-Regnier 2023-08-25 19:26:08 +01:00 committed by GitHub
parent 63ed00ff78
commit 4b5dd245fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2012,7 +2012,7 @@ while:
### 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
$ just --list
@ -2379,7 +2379,7 @@ foo 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