TiddlyWiki5/languages/sk-SK/Help/default.tid

24 lines
544 B
Plaintext

title: $:/language/Help/default
description:
\define commandTitle()
$:/language/Help/$(command)$
\end
```
usage: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
```
dostupné príkazy:
<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>
Detailné vysvetlenie príkazu je možné dostať cez:
```
tiddlywiki --help <command>
```