fix(fn-run): propagar stdout/stderr de bash functions library-style #1
Reference in New Issue
Block a user
Delete Branch "auto/0077-fn-run-bash-mudo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resumen
fn run <bash_function>mudo (sin stdout/stderr)Causa raíz
El bug NO estaba en la conexión de Stdout/Stderr (ya se hacía correctamente).
El problema: scripts bash library-style definen función
<basename>()pero NO la llaman al nivel top-level → bash ejecuta el script, define la función, y sale en silencio.Afectados: ~62 scripts en
bash/functions/Fix
buildBashCommandencmd/fn/run.godetecta ahora tres casos:<basename>()→ source + llamada explícitaBonus: fix en
scan_secrets_in_dirty.shygit_hook_audit_app_drift.shpara worktrees git.Validación
🤖 Auto generado por fn-orquestador (issue 0069)
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.