2014-12-04 16:54:13 +00:00
|
|
|
title: $:/language/Help/default
|
|
|
|
description:
|
|
|
|
|
|
|
|
\define commandTitle()
|
|
|
|
$:/language/Help/$(command)$
|
|
|
|
\end
|
|
|
|
```
|
2018-01-16 16:15:10 +00:00
|
|
|
usage: tiddlywiki [<wikifolder>] [--<commando> [<argumenten>...]...]
|
2014-12-04 16:54:13 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Beschikbare commando's:
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
Om gedetaillerde hulp over een commando te krijgen:
|
|
|
|
|
|
|
|
```
|
2018-01-16 16:15:10 +00:00
|
|
|
tiddlywiki --help <commando>
|
2014-12-04 16:54:13 +00:00
|
|
|
```
|