1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

Added documentation for new flag for wikitest command line option

This commit is contained in:
Jeremy Ruston 2012-03-30 13:46:26 +01:00
parent 70941b07a6
commit a0c53c6661
2 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@ The command line options are processed sequentially from left to right. Processi
|`--savehtml <outdir>` |Saves all the loaded tiddlers as static, unstyled `.html` files in the specified directory |
|`--servewiki <port>` |Serve the cooked TiddlyWiki over HTTP at `/` |
|`--servetiddlers <port>` |Serve individual tiddlers over HTTP at `/tiddlertitle` |
|`--wikitest <dir>` |Run wikification tests against the tiddlers in the given directory |
|`--wikitest <dir> [save]` |Run wikification tests against the tiddlers in the given directory. Include the `save` flag to save the test result files as the new targets |
|`--dumpstore` |Dump the TiddlyWiki store in JSON format |
|`--dumprecipe` |Dump the current recipe in JSON format |
|`--verbose` |verbose output, useful for debugging |