2014-04-13 06:35:36 +00:00
|
|
|
title: $:/language/Help/default
|
2014-12-13 17:39:13 +00:00
|
|
|
description:
|
2014-04-13 06:35:36 +00:00
|
|
|
|
|
|
|
\define commandTitle()
|
|
|
|
$:/language/Help/$(command)$
|
|
|
|
\end
|
|
|
|
```
|
2014-04-15 14:44:05 +00:00
|
|
|
使用方法: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
|
2014-04-13 06:35:36 +00:00
|
|
|
```
|
|
|
|
|
2014-04-15 14:44:05 +00:00
|
|
|
使用可能なコマンド:
|
2014-04-13 06:35:36 +00:00
|
|
|
|
|
|
|
<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>
|
|
|
|
|
2014-04-15 14:44:05 +00:00
|
|
|
各コマンドの詳細なヘルプを見たい場合は:
|
2014-04-13 06:35:36 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
tiddlywiki --help <command>
|
|
|
|
```
|