#When running mts scripts with dagger run node --loader ts-node/esm I don't get a TUI

1 messages · Page 1 of 1 (latest)

grave roost
#

Not sure what I am doing wrong, but when running mts scripts I don't get a TUI. This is using dagger run node (so via the sdk). I do get a TUI if is pure node or python. This is running 0.12.0

grave roost
#

When running mts scripts with --loader ts-node/esm I don't get a TUI via dagger run node —loader

#

When running mts scripts with dagger run node --loader ts-node/esm I don't get a TUI

barren grove
#

I think it's because you can only get the TUI if you run it using dagger call, double check with @modern burrow

modern burrow
#

dagger run should have a TUI too (currently all commands do, v0.12.1 will remove it from primitive ones like version and login)

slender gust
#

@grave roost I do get the TUI with v0.12

grave roost
#

Okay I figured it out. My node program I was running had a -s argument, which was also being read by the dagger call function to make things silent. Little weird that the the argument ended up being passed both to my program and the dagger cli, but at least it makes sense.

modern burrow
grave roost
#

I'll open an issue.

#

Actually the -- worked for me...