;doc:import: use windows-compatible quotes in watchexec example
This commit is contained in:
parent
cb1d6a71a6
commit
bdf5e7d06e
@ -47,7 +47,7 @@ $ hledger import --dry-run bank.csv | hledger -f- -I print unknown
|
|||||||
You could also run this repeatedly to see the effect of edits to your conversion rules:
|
You could also run this repeatedly to see the effect of edits to your conversion rules:
|
||||||
|
|
||||||
```cli
|
```cli
|
||||||
$ watchexec -- 'hledger import --dry-run bank.csv | hledger -f- -I print unknown'
|
$ watchexec -- "hledger import --dry-run bank.csv | hledger -f- -I print unknown"
|
||||||
```
|
```
|
||||||
|
|
||||||
Once the conversion and dates look good enough to import to your journal,
|
Once the conversion and dates look good enough to import to your journal,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user