mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
87fbd07728
* fr-FR translation of additional error strings * Better consistancy in fr-FR translations for Buttons.multids * Fixes to fr-FR translation of Control Panel strings * Updates to fr-FR strings in EditTemplate.multids * fixes to fr-FR strings in Fields.multids * added fr-FR translation of TypedTiddlers in Filters.multids * fix fr-FR string in GettingStarted.tid * fix fr-FR string in Import.multids * fixes to fr-FR strings in Misc.multids * add fr-FR translated strings in Search.multids * fixes to fr-FR strings in Sidebars.multids * fixes in fr-FR translated strings of the Theme Tweaks settings * fixes fr-FR translated strings of TiddlerInfo * fixes and additions to fr-FR translations of ModuleTypes.multids strings * add missing fr-FR translation in PaletteColours.multids * fixes and additions to the fr-FR-translated Help for commands * fixes to the fr-FR-translated strings in the Download Modal * add an fr-FR translation to the Macro Definition snippet
23 lines
549 B
Plaintext
23 lines
549 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 <commande>
|
|
```
|