Render command help: use single quotes for safety

See https://github.com/Jermolene/TiddlyWiki5/issues/6827#issuecomment-1198540330
This commit is contained in:
jeremy@jermolene.com 2022-07-29 09:48:49 +01:00
parent e849aaab4d
commit a453121e96
1 changed files with 2 additions and 2 deletions

View File

@ -31,5 +31,5 @@ Notes:
Examples:
* `--render "[!is[system]]" "[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]"` -- renders all non-system tiddlers as files in the subdirectory "tiddlers" with URL-encoded titles and the extension HTML
* `--render "." "tiddlers.json" "text/plain" "$:/core/templates/exporters/JsonFile" "exportFilter" "[tag[HelloThere]]"` -- renders the tiddlers tagged "HelloThere" to a JSON file named "tiddlers.json"
* `--render '[!is[system]]' '[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]'` -- renders all non-system tiddlers as files in the subdirectory "tiddlers" with URL-encoded titles and the extension HTML
* `--render '.' 'tiddlers.json' 'text/plain' '$:/core/templates/exporters/JsonFile' 'exportFilter' '[tag[HelloThere]]'` -- renders the tiddlers tagged "HelloThere" to a JSON file named "tiddlers.json"