mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
8c70189422
# Description The `Signature` data structure has changed. We need to add the required fields for the nu plugin in python to work well when registering it. # Tests + Formatting Don't forget to add tests that cover your changes. Make sure you've run and fixed any issues with these commands: - `cargo fmt --all -- --check` to check standard code formatting (`cargo fmt --all` applies these changes) - `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A clippy::needless_collect` to check that you're using the standard code style - `cargo test --workspace` to check that all tests pass |
||
---|---|---|
.. | ||
nu_plugin_python_example.py |