As per "How to pass command line arguments to a rake task" I thought the following would work.
$ rake command -- other options
However the invocation fails with an invalid option
error. The answer states:
note the
--
, that's necessary for bypassing standard rake arguments.
It doesn't work for me. Is there a fix?