1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 17:53:15 +00:00
TiddlyWiki5/languages/fr-FR/Help/default.tid
Xavier Cazin 091a6a9dc1
Updates to various fr-FR translation strings (#6856)
* 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
2022-07-31 14:06:19 +01:00

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>
```