mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:42:10 +02:00
bpython: add Spanish translation (#15687)
This commit is contained in:
parent
06b3d7d046
commit
ac8a140f5a
1 changed files with 21 additions and 0 deletions
21
pages.es/common/bpython.md
Normal file
21
pages.es/common/bpython.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# bpython
|
||||||
|
|
||||||
|
> Una interfaz elegante para el intérprete de Python.
|
||||||
|
> Proporciona resaltado de sintaxis y muchas otras características en modo REPL.
|
||||||
|
> Más información: <https://manned.org/bpython>.
|
||||||
|
|
||||||
|
- Inicia una REPL ( intérprete de comandos interactivo):
|
||||||
|
|
||||||
|
`bpython`
|
||||||
|
|
||||||
|
- Ejecuta un archivo Python específico:
|
||||||
|
|
||||||
|
`bpython {{ruta/al/archivo.py}}`
|
||||||
|
|
||||||
|
- Ejecuta un archivo Python específico e inicia una REPL:
|
||||||
|
|
||||||
|
`bpython --interactive {{ruta/al/archivo.py}}`
|
||||||
|
|
||||||
|
- Utiliza el archivo [c]onfig especificado en lugar de la configuración predeterminada:
|
||||||
|
|
||||||
|
`bpython --config {{ruta/al/archivo.conf}}`
|
Loading…
Add table
Reference in a new issue