nushell/crates/nu_plugin_python
Devyn Cairns 03317ff92e
Python plugin: remove unnecessary fields from signature (#12533)
# Description
Remove a couple of legacy fields (`input_type`, `output_type`), and
`var_id` which is optional and not required for deserialization.

I think until I document this in the plugin protocol ref, most people
will probably be using this example to get started, so it should be as
correct as possible

# After Submitting
- [ ] TODO: document `Signature` in plugin protocol reference
2024-04-16 06:40:04 -05:00
..
nu_plugin_python_example.py Python plugin: remove unnecessary fields from signature (#12533) 2024-04-16 06:40:04 -05:00