1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 03:33:27 +00:00
TiddlyWiki5/languages/sl-SI/Help/default.tid
2017-11-20 22:00:20 +00:00

24 lines
525 B
Plaintext

title: $:/language/Help/default
description:
\define commandTitle()
$:/language/Help/$(command)$
\end
```
uporaba: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
```
ukazi, ki so na voljo:
<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>
Podrobne informacije o ukazih:
```
tiddlywiki --help <command>
```