i18n(ES) update with latest changes in master (#7127)

This commit is contained in:
Joe Bordes
2022-12-17 14:00:57 +00:00
committed by GitHub
parent 25b8f26073
commit caf01f10d6
4 changed files with 24 additions and 4 deletions
+18
View File
@@ -0,0 +1,18 @@
title: $:/language/Help/commands
description: Ejecuta instrucciones devueltas por un filtro
Ejecuta secuencialmente las instrucciones devueltas por un filtro
```
--commands <filter>
```
Ejemplos
```
--commands "[enlist{$:/build-commands-as-text}]"
```
```
--commands "[{$:/build-commands-as-json}jsonindexes[]] :map[{$:/build-commands-as-json}jsonget<currentTiddler>]"
```