;run: reword the quoting passage in docs

This commit is contained in:
Dmitry Astapov 2025-02-27 21:46:28 +00:00 committed by Simon Michael
parent 4f9fff9e81
commit d615865d4d
4 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ Syntax of the commands is intentionally simple:
- everything after `#` is considered to be a comment and will be ignored, and will not be printed out
- `echo <text>` will print out text, even if it could be recognized as a hledger command
You can use single quotes or double quotes to quote aguments that need quoting.
You can use single or double quotes to quote aguments that need it ('like this' or "like this").
### Caveats:

View File

@ -23,8 +23,8 @@ considered to be a comment and will be ignored, and will not be printed
out - echo <text> will print out text, even if it could be recognized as
a hledger command
You can use single quotes or double quotes to quote aguments that need
quoting.
You can use single or double quotes to quote aguments that need it
('like this' or "like this").
Caveats:

View File

@ -25,7 +25,7 @@ Syntax of the command is intentionally simple:
- `echo <text>` will print out text, even if it could be recognized as a hledger command
- `run` is a valid command to use as well, so you can have `run` call `run` if you want to.
You can use single quotes or double quotes to quote aguments that need quoting.
You can use single or double quotes to quote aguments that need it ('like this' or "like this").
You can use `#!/usr/bin/env hledger run` in the first line of the file to make it a runnable script. If this complains about "binary `hledger run` not found", use `/usr/bin/env -S hledger run`.

View File

@ -29,8 +29,8 @@ and will not be printed out - echo <text> will print out text, even if
it could be recognized as a hledger command - run is a valid command to
use as well, so you can have run call run if you want to.
You can use single quotes or double quotes to quote aguments that need
quoting.
You can use single or double quotes to quote aguments that need it
('like this' or "like this").
You can use #!/usr/bin/env hledger run in the first line of the file to
make it a runnable script. If this complains about "binary hledger run