mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-24 07:41:29 +00:00
* Update Japanese translation * Update Japanese translation * Update Japanese translation * Update Japanese translation
19 lines
408 B
Plaintext
19 lines
408 B
Plaintext
title: $:/language/Help/commands
|
|
description: フィルターから返されたコマンドを順に実行
|
|
|
|
フィルターから返されたコマンドトークンを順に実行します
|
|
|
|
```
|
|
--commands <filter>
|
|
```
|
|
|
|
例
|
|
|
|
```
|
|
--commands "[enlist:raw{$:/build-commands-as-text}]"
|
|
```
|
|
|
|
```
|
|
--commands "[{$:/build-commands-as-json}jsonindexes[]] :map[{$:/build-commands-as-json}jsonget<currentTiddler>]"
|
|
```
|