Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 12 Jan 09:41
· 1 commit to main since this release
1.2.0
9b6ec51
  • Read from stdin if argv is empty.
    • This means just spark alone blocks, as it wants input. As a result, we no longer use isatty to check if we're connected to a terminal, making it easier to test Spark in a CI environment like GitHub actions.