2014-02-26 04:18:00 +00:00
|
|
|
title: $:/language/Help/default
|
|
|
|
|
|
|
|
\define commandTitle()
|
|
|
|
$:/language/Help/$(command)$
|
|
|
|
\end
|
2022-06-29 07:20:29 +00:00
|
|
|
\whitespace trim
|
2014-02-26 04:18:00 +00:00
|
|
|
```
|
|
|
|
用法: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
|
|
|
|
```
|
|
|
|
|
|
|
|
可用的命令:
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<$list filter="[commands[]sort[title]]" variable="command">
|
2022-06-29 07:20:29 +00:00
|
|
|
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link>:
|
|
|
|
 
|
|
|
|
<$transclude tiddler=<<commandTitle>> field="description"/></li>
|
2014-02-26 04:18:00 +00:00
|
|
|
</$list>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
取得關於某個命令的詳細説明:
|
|
|
|
|
|
|
|
```
|
|
|
|
tiddlywiki --help <command>
|
|
|
|
```
|