Skip to content

v0.2.0

Compare
Choose a tag to compare
@norskeld norskeld released this 09 Mar 17:52
· 7 commits to master since this release

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.