Releases: norskeld/rsx
Releases · norskeld/rsx
v0.2.1
v0.2.0
Features
You can now pass arbitrary arguments to scripts. Just pass whatever you need after --
:
sx dev -- --host
This will run (depending on the selected package manager; here is the default one, npm):
npm run dev -- --host
Other changes
Migrated from clap v3 to clap v4, refactored here and there.