2014-12-27 12:24:17 +00:00
|
|
|
title: $:/language/Help/default
|
|
|
|
description:
|
|
|
|
|
|
|
|
\define commandTitle()
|
|
|
|
$:/language/Help/$(command)$
|
|
|
|
\end
|
2022-10-02 13:19:26 +00:00
|
|
|
\whitespace trim
|
2014-12-27 12:24:17 +00:00
|
|
|
```
|
2015-01-07 09:34:28 +00:00
|
|
|
Uso: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
|
2014-12-27 12:24:17 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Comandos disponibles:
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<$list filter="[commands[]sort[title]]" variable="command">
|
2022-10-02 13:19:26 +00:00
|
|
|
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link>:
|
|
|
|
 
|
|
|
|
<$transclude tiddler=<<commandTitle>> field="description"/></li>
|
2014-12-27 12:24:17 +00:00
|
|
|
</$list>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
Para obtener ayuda sobre un comando en particular:
|
|
|
|
|
|
|
|
```
|
|
|
|
tiddlywiki --help <command>
|
|
|
|
```
|