Open scherler opened 1 year ago
Is the problem that your command is very long, so you want to split up the flags into an array to make it more readable?
I think I prefer it just written out the normal way, personally. That way the command you'd run on the terminal is identical to what's in the wireit config.
BTW you probably don't need the "yarn" at the beginning of your command.
Hi there, love the tool so far,
my edge case is
looking into breaking that down I would consider something like this:
there I mixed
--
and-
maybe they need to separated.Is there something like this? If not would that be interesting for the project?