mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 09:06:18 +00:00
23 lines
548 B
Plaintext
23 lines
548 B
Plaintext
title: $:/language/Help/default
|
|
|
|
\define commandTitle()
|
|
$:/language/Help/$(command)$
|
|
\end
|
|
```
|
|
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> : <$transclude tiddler=<<commandTitle>> field="description"/></li>
|
|
</$list>
|
|
</ul>
|
|
|
|
Pour obtenir de l'aide sur une commande précise :
|
|
|
|
```
|
|
tiddlywiki --help <command>
|
|
```
|