tauri/cli/tauri.js/api/cli.js
2020-06-14 23:36:35 -03:00

13 lines
140 B
JavaScript

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