extism / cli

The extism CLI is used to generate plugin scaffolding and manage Extism installations
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

fix: return error when non-zero exit code in returned #92

Closed zshipko closed 3 weeks ago

zshipko commented 3 weeks ago

Returns an error when a plugin call returns a non-zero exit code

See https://github.com/extism/go-pdk/issues/33