mvdan / sh

A shell parser, formatter, and interpreter with bash support; includes shfmt
https://pkg.go.dev/mvdan.cc/sh/v3
BSD 3-Clause "New" or "Revised" License
6.99k stars 333 forks source link

interp: add ExecHandlers to support exec middlewares #964

Closed mvdan closed 1 year ago

mvdan commented 1 year ago

(see commit message)

For #93.

mvdan commented 1 year ago

Thanks all for the reviews!