-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
This may be a spago limitation, but I expected to be able to pass flags to spago run
that would get forwarded to the binary. Instead, I have to run spago build and then run the binary directly with the args.
While trying this, I also discovered spago's --node-args
, which maybe should be renamed --backend-args
, since it works to send arguments to the psgo process as well: spago run --node-args "--version"