tauri-apps / vue-cli-plugin-tauri

Turn your Vue SPA into a lightweight cross-platform desktop app
https://tauri.studio
MIT License
372 stars 23 forks source link

Unable to pass custom CLI arguments when using tauri:serve #38

Open MikeTheSnowman opened 3 years ago

MikeTheSnowman commented 3 years ago

Describe the bug When running "tauri:serve", I need to be able to pass in additional arguments to my application's custom CLI for testing purposes.

Expected behavior A clear and concise description of what you expected to happen. Ideally, I'd like to place my arguments/sub-commands like this "yarn tauri:serve --customArg1 'data1' --customArg2 123 "