# tauri-app-cli > Guidance for Tauri v2 CLI plugin with argument schema and app command routing. - Author: wandl-6A72h - Repository: partme-ai/tauri-skills - Version: 20260206195346 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/partme-ai/tauri-skills - Web: https://mule.run/skillshub/@@partme-ai/tauri-skills~tauri-app-cli:20260206195346 --- --- name: tauri-app-cli description: Guidance for Tauri v2 CLI plugin with argument schema and app command routing. license: Complete terms in LICENSE.txt --- ## When to use this skill **ALWAYS use this skill when the user mentions:** - CLI arguments for a Tauri app / Tauri 应用的命令行参数 - Schema-based argument parsing / 基于 schema 的参数解析 - Triggering app behaviors from CLI / CLI 触发应用行为 **Trigger phrases include:** - "cli", "arguments", "schema", "command routing" - "命令行", "参数", "schema", "命令路由" ## How to use this skill 1. Define the CLI argument schema and command map 2. Configure CLI plugin capabilities and parsing 3. Route startup and second-launch arguments to the app 4. Validate CLI behaviors with single-instance mode ## Outputs - CLI schema and routing plan / CLI schema 与路由方案 - Second-launch integration checklist / 二次启动集成清单 ## Scope - Boundary: CLI plugin usage only - Key points: Schema definition and argument routing ## References - https://v2.tauri.app/plugin/cli/ - https://v2.tauri.app/zh-cn/plugin/cli/ ## Keywords tauri cli, arguments, schema, command routing