Browse Source

fix(examples): API example shell scope configuration

Lucas Nogueira 3 years ago
parent
commit
320bb0b52a
1 changed files with 0 additions and 11 deletions
  1. 0 11
      examples/api/src-tauri/tauri.conf.json

+ 0 - 11
examples/api/src-tauri/tauri.conf.json

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