Tauri CLI位置参数

2024-01-26 09:59 更新

位置参数由其在参数列表中的位置标识。使用以下配置:

{
  "args": [
    {
      "name": "source",
      "index": 1,
      "takesValue": true
    },
    {
      "name": "destination",
      "index": 2,
      "takesValue": true
    }
  ]
}

用户可以以 as 身份运行您的应用,arg matches 映射将定义为 和 as 。./app tauri.txt dest.txtsource"tauri.txt"destination"dest.txt"


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号