fix(examples): API example shell scope configuration

This commit is contained in:
Lucas Nogueira
2022-02-02 21:02:27 -03:00
parent d740ae66ac
commit 320bb0b52a

View File

@@ -79,17 +79,6 @@
},
"shell": {
"scope": [
{
"name": "test",
"cmd": "__test",
"args": [
"-d --date <DATE> ^\\d{4}-\\d{2}-\\d{2}$",
"-i --input [INPUT]",
"-f --flag",
"-v --verbose ...",
"<MAGIC> -"
]
},
{
"name": "sh",
"cmd": "sh"