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
Hi, @bbenoist !
No problem for it.
Thank you for your trying nextron!
Ok, I close the issue, but feel free to open any issues if any updates or troubles :)
Hi!
If I understand https://github.com/saltyshiomix/nextron/blob/main/lib/nextron-dev.ts#L66 correctly, the
nextron dev
has no ways of forwarding the command-line args to the electron main process.As I'm developing an app which accepts arguments, It'd help me testing them quicker.
Can we add a
--
command-line separator to make nextron-dev forward every following arg to the main process?i.e. Support
nextron dev -- ./some-dir --a-specific-flag
The text was updated successfully, but these errors were encountered: