You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2023. It is now read-only.
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 "