extism / cli

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

Consider adding strict mode for the `call` subcommand #44

Open mainrs opened 10 months ago

mainrs commented 10 months ago

When calling a function with input arguments that does not expect any arguments, the function still executes. Would it be possible to add a strict mode that, when enabled, would panic instead of executing the plugin function?