TiddlyWiki5/languages/fr-FR/Help/default.tid

26 lines
572 B
Plaintext

title: $:/language/Help/default
\define commandTitle()
$:/language/Help/$(command)$
\end
\whitespace trim
```
usage: tiddlywiki [<dossierwiki>] [--<commande> [<arguments>...]...]
```
Liste des commandes disponibles :
<ul>
<$list filter="[commands[]sort[title]]" variable="command">
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link> :
&#32;
<$transclude tiddler=<<commandTitle>> field="description"/></li>
</$list>
</ul>
Pour obtenir de l'aide sur une commande précise :
```
tiddlywiki --help <commande>
```