mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
afea0ba9bf
Thanks Stratos Aravias
24 lines
654 B
Plaintext
24 lines
654 B
Plaintext
title: $:/language/Help/default
|
||
description:
|
||
|
||
\define commandTitle()
|
||
$:/language/Help/$(command)$
|
||
\end
|
||
```
|
||
Χρήση: tiddlywiki [<φάκελος wiki>] [--<εντολή> [<ορίσματα>...]...]
|
||
```
|
||
|
||
Διαθέσιμες εντολές:
|
||
|
||
<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>
|
||
|
||
Για να βρείτε αναλυτική βοήθεια για μία συγκεκριμένη εντολή:
|
||
|
||
```
|
||
tiddlywiki --help <εντολή>
|
||
```
|