mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
b33cfeab06
Thanks Nikola Dio Petkovski
27 lines
548 B
Plaintext
27 lines
548 B
Plaintext
title: $:/language/Help/default
|
|
description:
|
|
|
|
\define commandTitle()
|
|
$:/language/Help/$(command)$
|
|
\end
|
|
\whitespace trim
|
|
```
|
|
usage: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
|
|
```
|
|
|
|
Available commands:
|
|
|
|
<ul>
|
|
<$list filter="[commands[]sort[title]]" variable="command">
|
|
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link>:
|
|
 
|
|
<$transclude tiddler=<<commandTitle>> field="description"/></li>
|
|
</$list>
|
|
</ul>
|
|
|
|
To get detailed help on a command:
|
|
|
|
```
|
|
tiddlywiki --help <command>
|
|
```
|