소스 검색

fix(examples): API example shell scope configuration

Lucas Nogueira 3 년 전
부모
커밋
320bb0b52a
1개의 변경된 파일0개의 추가작업 그리고 11개의 파일을 삭제
  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"