Skip to content

rush v0.1.6

Compare
Choose a tag to compare
@shenwei356 shenwei356 released this 14 Feb 09:20
· 133 commits to master since this release

Changelog

  • ignoring input only containing newline character ("\n")

  • value of flag -D/--record-delimiter can be empty

    $ echo abc | rush -D "" -k 'echo {}'
    a
    b
    c