mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
875 B
875 B
@tauri-apps/api / cli
Module: cli
Parse arguments from your Command Line Interface.
This package is also accessible with window.__TAURI__.cli when tauri.conf.json > build > withGlobalTauri is set to true.
Interfaces
Functions
getMatches
▸ getMatches(): Promise<CliMatches>
Parse the arguments provided to the current process and get the matches using the configuration defined tauri.conf.json > tauri > cli.
Returns
Promise<CliMatches>
A promise resolving to the parsed arguments.