t / chainlint / exit-subshell.expecton commit parse-options: add one-shot mode (202fbb3)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)