mirror of
https://github.com/nushell/nushell.git
synced 2025-07-11 11:55:10 +02:00
fix python plugin example (#6242)
This commit is contained in:
@ -41,6 +41,8 @@ def signatures():
|
|||||||
"name": "nu-python",
|
"name": "nu-python",
|
||||||
"usage": "Signature test for Python",
|
"usage": "Signature test for Python",
|
||||||
"extra_usage": "",
|
"extra_usage": "",
|
||||||
|
"input_type": "Any",
|
||||||
|
"output_type": "Any",
|
||||||
"required_positional": [
|
"required_positional": [
|
||||||
{
|
{
|
||||||
"name": "a",
|
"name": "a",
|
||||||
|
Reference in New Issue
Block a user