1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 09:13:16 +00:00
TiddlyWiki5/languages/es-ES/Help/default.tid

27 lines
563 B
Plaintext
Raw Permalink Normal View History

2014-12-27 12:24:17 +00:00
title: $:/language/Help/default
description:
\define commandTitle()
$:/language/Help/$(command)$
\end
\whitespace trim
2014-12-27 12:24:17 +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">
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link>:
&#32;
<$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>
```