2014-10-26 18:33:07 +00:00
|
|
|
|
title: $:/language/Help/default
|
2017-09-27 16:59:27 +00:00
|
|
|
|
description:
|
2014-10-26 18:33:07 +00:00
|
|
|
|
|
|
|
|
|
\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>
|
|
|
|
|
|
2017-10-03 19:43:40 +00:00
|
|
|
|
Για να βρείτε αναλυτική βοήθεια για μία συγκεκριμένη εντολή:
|
2014-10-26 18:33:07 +00:00
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
tiddlywiki --help <εντολή>
|
|
|
|
|
```
|