1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 00:33:15 +00:00
TiddlyWiki5/languages/zh-Hans/Help/commands.tid
Bram Chen 8f661423f7
Update chinese translations (#7859)
* Update help for CommandsCommand
2023-11-27 22:01:25 +00:00

19 lines
351 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>]"
```