tauri/cli/tauri.js/api/cli.js

13 lines
140 B
JavaScript
Raw Normal View History

import tauri from './tauri'
/**
* gets the CLI matches
*/
function getMatches() {
return tauri.cliMatches()
}
export {
getMatches
}