Skip to content

commands sometimes start backgrounded #85

@rsgalloway

Description

@rsgalloway

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 working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions