1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 16:23:15 +00:00
TiddlyWiki5/languages/ja-JP/Help/default.tid
2014-12-14 02:39:13 +09:00

24 lines
564 B
Plaintext

title: $:/language/Help/default
description:
\define commandTitle()
$:/language/Help/$(command)$
\end
```
使用方法: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
```
使用可能なコマンド:
<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>
各コマンドの詳細なヘルプを見たい場合は:
```
tiddlywiki --help <command>
```