mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
xcrun: add Spanish translation (#10345)
* xcrun: add Spanish translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
4e0b9329c0
commit
bf3317187a
1 changed files with 28 additions and 0 deletions
28
pages.es/osx/xcrun.md
Normal file
28
pages.es/osx/xcrun.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# xcrun
|
||||||
|
|
||||||
|
> Ejecuta o localiza herramientas de desarrollo y propiedades.
|
||||||
|
> Más información: <https://www.unix.com/man-page/osx/1/xcrun/>.
|
||||||
|
|
||||||
|
- Localiza y ejecuta una herramienta desde el directorio activo de desarrolladores:
|
||||||
|
|
||||||
|
`xcrun {{herramienta}} {{argumentos}}`
|
||||||
|
|
||||||
|
- Muestra resultados detallados:
|
||||||
|
|
||||||
|
`xcrun {{herramienta}} {{argumentos}} --verbose`
|
||||||
|
|
||||||
|
- Busca una herramienta para un SDK determinado:
|
||||||
|
|
||||||
|
`xcrun --sdk {{nombre_sdk}}`
|
||||||
|
|
||||||
|
- Busca una herramienta para una cadena de herramientas determinada:
|
||||||
|
|
||||||
|
`xcrun --toolchain {{nombre}}`
|
||||||
|
|
||||||
|
- Muestra versión:
|
||||||
|
|
||||||
|
`xcrun --version`
|
||||||
|
|
||||||
|
- Muestra ayuda:
|
||||||
|
|
||||||
|
`xcrun --help`
|
Loading…
Add table
Reference in a new issue