mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +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,
|
"var_id": None,
|
||||||
},
|
},
|
||||||
"named": [
|
"named": [
|
||||||
|
{
|
||||||
|
"long": "help",
|
||||||
|
"short": "h",
|
||||||
|
"arg": None,
|
||||||
|
"required": False,
|
||||||
|
"desc": "Display this help message",
|
||||||
|
"var_id": None
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"long": "flag",
|
"long": "flag",
|
||||||
"short": "f",
|
"short": "f",
|
||||||
|
Loading…
Reference in New Issue
Block a user