TiddlyWiki5/languages/el-GR/Help/default.tid

24 wiersze
654 B
Plaintext
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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 <εντολή>
```