1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-31 23:26:18 +00:00
TiddlyWiki5/languages/es-ES/Help/commands.tid
2024-10-02 13:00:04 +01:00

19 lines
382 B
Plaintext

title: $:/language/Help/commands
description: Ejecuta instrucciones devueltas por un filtro
Ejecuta secuencialmente las instrucciones devueltas por un filtro
```
--commands <filter>
```
Ejemplos
```
--commands "[enlist:raw{$:/build-commands-as-text}]"
```
```
--commands "[{$:/build-commands-as-json}jsonindexes[]] :map[{$:/build-commands-as-json}jsonget<currentTiddler>]"
```