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 it possible to remove raster command arguments? I am creating a script with custom command line arguments the problem is that it interferes with raster.js commands arguments parser.
Thanks in advance
The text was updated successfully, but these errors were encountered:
There is not a way to do that currently. For a work-around, your script can be called like this "node my_code.js -- my_custom_args"; everything after the -- will be ignored by the raster.js command-line parser.
I realize this work-around may not be sufficient for your use case. I just pushed a new commit ba6c27a that adds better mechanisms for ignoring command-line arguments. This will be available in v0.8.0 once it is released, but I would like to get a few more features finished up before doing another release.
Is it possible to remove raster command arguments? I am creating a script with custom command line arguments the problem is that it interferes with raster.js commands arguments parser.
Thanks in advance
The text was updated successfully, but these errors were encountered: