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
Implement --force-stdin-eval-mode command line arg
- Takes 'interactive' and 'non-interactive' as valid values
- Provides the means to switch between REPL and plain eval STDIN
without depending on whether STDIN is a TTY or not. At the
very least, this lets us easily write REPL tests.
0 commit comments