cli.js 140 B

123456789101112
  1. import tauri from './tauri'
  2. /**
  3. * gets the CLI matches
  4. */
  5. function getMatches() {
  6. return tauri.cliMatches()
  7. }
  8. export {
  9. getMatches
  10. }