mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(examples): API example shell scope configuration
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user