2014-02-26 15:09:31 +00:00
|
|
|
title: $:/language/Help/default
|
|
|
|
|
|
|
|
\define commandTitle()
|
|
|
|
$:/language/Help/$(command)$
|
|
|
|
\end
|
2022-07-31 13:06:19 +00:00
|
|
|
\whitespace trim
|
2014-02-26 15:09:31 +00:00
|
|
|
```
|
|
|
|
usage: tiddlywiki [<dossierwiki>] [--<commande> [<arguments>...]...]
|
|
|
|
```
|
|
|
|
|
|
|
|
Liste des commandes disponibles :
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<$list filter="[commands[]sort[title]]" variable="command">
|
2022-07-31 13:06:19 +00:00
|
|
|
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link> :
|
|
|
|
 
|
|
|
|
<$transclude tiddler=<<commandTitle>> field="description"/></li>
|
2014-02-26 15:09:31 +00:00
|
|
|
</$list>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
Pour obtenir de l'aide sur une commande précise :
|
|
|
|
|
|
|
|
```
|
2016-11-01 17:55:05 +00:00
|
|
|
tiddlywiki --help <commande>
|
2014-02-26 15:09:31 +00:00
|
|
|
```
|