mirror of
https://github.com/nushell/nushell
synced 2024-11-10 23:24:14 +00:00
fix python plugin example (#6242)
This commit is contained in:
parent
48f1c3a49e
commit
34ab4d8360
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ def signatures():
|
|||
"name": "nu-python",
|
||||
"usage": "Signature test for Python",
|
||||
"extra_usage": "",
|
||||
"input_type": "Any",
|
||||
"output_type": "Any",
|
||||
"required_positional": [
|
||||
{
|
||||
"name": "a",
|
||||
|
|
Loading…
Reference in a new issue