vue-cli-plugin-tauri
vue-cli-plugin-tauri copied to clipboard
Unable to pass custom CLI arguments when using tauri:serve
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 "