Skip to content

Commit

Permalink
Merge pull request #951 from Vinlock/allow-interactivity
Browse files Browse the repository at this point in the history
Allow `pscale connect` to accept interactivity
  • Loading branch information
mscoutermarsh authored Jan 6, 2025
2 parents bbb7968 + 4c3ddab commit 7e50532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmd/connect/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ func runCommand(ctx context.Context, addr, command, protocol, databaseEnvURL, da

cmd := exec.CommandContext(ctx, args[0], args[1:]...)
cmd.Env = os.Environ()
cmd.Stdin = os.Stdin
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr

Expand Down

0 comments on commit 7e50532

Please sign in to comment.