deadghost is right that it’s not entirely related to figwheel (figwheel is involved a bit), but those other tools wouldn’t really help and if you’re using figwheel already aren’t needed.
It’s usually used to tell the CLI when to stop parsing options and in this case, the next set of options are going to be passed in a different way
This pattern is seen in the clj/clojure
tool as well. For example, if you type clj -h
you will see at the end of the dep-opts
section there is a description of --
-- Stop parsing dep options and pass remaining arguments to clojure.main
1👍Is there an option to disable notifications when tests pass?
1