OS.execute cannot capture shell output
Abierto
bug
enhancement
good first issue
- Lenguaje dominante
- C++
- Estrellas
- 1.1k
- Forks
- 80
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
executing applications works fine like xterm for example or firefox
but i cannot get the shell output from command line apps like ls
```ts
_ready() {
let args = new godot.PoolStringArray(["-c", "ls"])
let arr = []
godot.OS.execute("sh", args, true, arr)
godot.print(arr) // prints empty []
}
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.