mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
Plugin signature (#520)
* calling plugin without shell * spelling error * option on register to select a shell * help in plugin example signature
This commit is contained in:
parent
00bb203756
commit
ebf57c70e0
@ -70,6 +70,14 @@ def signatures():
|
||||
"var_id": None,
|
||||
},
|
||||
"named": [
|
||||
{
|
||||
"long": "help",
|
||||
"short": "h",
|
||||
"arg": None,
|
||||
"required": False,
|
||||
"desc": "Display this help message",
|
||||
"var_id": None
|
||||
},
|
||||
{
|
||||
"long": "flag",
|
||||
"short": "f",
|
||||
|
Loading…
Reference in New Issue
Block a user