- Read from stdin if
argv
is empty.- This means just
spark
alone blocks, as it wants input. As a result, we no longer useisatty
to check if we're connected to a terminal, making it easier to test Spark in a CI environment like GitHub actions.
- This means just