mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
091a6a9dc1
* Update to the fr-FR translation of the render command * Add a Caption entry to the fr-FR translation of EditTemplate strings * updates to the fr-FR translation of the default command help * Add a Caption to the fr-FR translation of SideBar-related strings * Update to fr-FR translation strings for Control Panel * Update to Misc fr-FR translations strings * Updates to the Fields-related fr-FR translation strings
26 lines
572 B
Plaintext
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> :
|
|
 
|
|
<$transclude tiddler=<<commandTitle>> field="description"/></li>
|
|
</$list>
|
|
</ul>
|
|
|
|
Pour obtenir de l'aide sur une commande précise :
|
|
|
|
```
|
|
tiddlywiki --help <commande>
|
|
```
|