2021-10-03 08:19:48 +00:00
|
|
|
title: $:/language/Help/default
|
|
|
|
|
|
|
|
\define commandTitle()
|
|
|
|
$:/language/Help/$(command)$
|
|
|
|
\end
|
2022-04-01 16:58:07 +00:00
|
|
|
\whitespace trim
|
2021-10-03 08:19:48 +00:00
|
|
|
```
|
|
|
|
użycie: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
|
|
|
|
```
|
|
|
|
|
|
|
|
Dostępne komendy:
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<$list filter="[commands[]sort[title]]" variable="command">
|
2022-04-01 16:58:07 +00:00
|
|
|
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link>:
|
|
|
|
 
|
|
|
|
<$transclude tiddler=<<commandTitle>> field="description"/></li>
|
2021-10-03 08:19:48 +00:00
|
|
|
</$list>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
By otrzymać szczegółowy opis komendy:
|
|
|
|
|
|
|
|
```
|
|
|
|
tiddlywiki --help <command>
|
|
|
|
```
|