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
Is your feature request related to a problem? Please describe.
I'm trying to pass the --watch flag to my script but is stripped by Trex and being used as rsap
Describe the solution you'd like
Follow the deno arguments schema as:
trex run --watch myScriptName
So the --watch only affects the run command and not the args of my script
Describe alternatives you've considered
trex run myScriptName -- --watch
Additional context
This tool is really awesome, thank you for developing this 😁 hope this be reviewed and accepted by your side.
Cheers.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm trying to pass the --watch flag to my script but is stripped by Trex and being used as
rsap
Describe the solution you'd like
Follow the deno arguments schema as:
trex run --watch myScriptName
So the --watch only affects the run command and not the args of my script
Describe alternatives you've considered
trex run myScriptName -- --watch
Additional context
This tool is really awesome, thank you for developing this 😁 hope this be reviewed and accepted by your side.
Cheers.
The text was updated successfully, but these errors were encountered: