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
.
#
ReturnsPromise
<CliMatches
>
A promise resolving to the parsed arguments.