2014-03-20 12:40:40 +00:00
|
|
|
title: $:/language/Help/default
|
2015-06-25 22:15:44 +00:00
|
|
|
description:
|
2014-03-20 12:40:40 +00:00
|
|
|
|
|
|
|
\define commandTitle()
|
|
|
|
$:/language/Help/$(command)$
|
|
|
|
\end
|
|
|
|
```
|
|
|
|
Utilizzo: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
|
|
|
|
```
|
|
|
|
|
|
|
|
Comandi disponibili:
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
Per l'aiuto dettagliato su un comando:
|
|
|
|
|
|
|
|
```
|
|
|
|
tiddlywiki --help <command>
|
|
|
|
```
|