vue-cli-plugin-tauri icon indicating copy to clipboard operation
vue-cli-plugin-tauri copied to clipboard

Unable to pass custom CLI arguments when using tauri:serve

Open MikeTheSnowman opened this issue 3 years ago • 0 comments

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 "

MikeTheSnowman avatar Aug 01 '21 02:08 MikeTheSnowman