-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
One-off commands sometimes start backgrounded and require fg to complete.
When running one-off commands via:
envstack [stack] -- <cmd>some commands appear to start in a backgrounded or stopped state and require the user to manually run fg to resume execution. This is unexpected and breaks both interactive usage and scripting.
Commands launched via envstack -- should:
- Run in the foreground
- Be attached to the controlling TTY
- Never require job control interaction (fg, bg)
- Exit cleanly when the command completes
Behavior should match running the same command directly in the shell with the environment applied.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working