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:
Fernando Herrera 2021-12-18 19:25:17 +00:00 committed by GitHub
parent 00bb203756
commit ebf57c70e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",