You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when when I try and use a dax interactive prompt when piping data to stdin.
error: Uncaught (in promise) Error: Cannot prompt when not a tty. (Prompt: 'Do you want to continue?')
throw new Error(`Cannot prompt when not a tty. (Prompt: '${options.message}')`);
I realize this error is probably intentional, but I'm curious why this is not possible? I am able to pipe stdin data to other non deno process from deno itself. For example:
I get the following error when when I try and use a dax interactive prompt when piping data to stdin.
I realize this error is probably intentional, but I'm curious why this is not possible? I am able to pipe stdin data to other non deno process from deno itself. For example:
This works and allows
fzf
to be interactiveI did some digging in the deno GH issues and found denoland/deno#23587 which seems like it might explain why. Can you confirm?
The text was updated successfully, but these errors were encountered: