1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:13:52 +02:00

tqdm: add Spanish translation (#15524)

This commit is contained in:
Darío Hereñú 2025-01-30 14:11:16 -03:00 committed by GitHub
parent 9b91230af1
commit caf016a7f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
pages.es/common/tqdm.md Normal file
View file

@ -0,0 +1,8 @@
# tqdm
> Crea una barra de progreso.
> Más información: <https://tqdm.github.io/>.
- Crea una barra de progreso:
`seq 10000000 | tqdm --total 10000000 --null`