t / chainlint / exit-subshell.expecton commit revision: allow --end-of-options to end option parsing (19e8789)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)