cespare / reflex

Run a command when files change
MIT License
3.35k stars 135 forks source link

`reflex --regex REGEX` does not catch argument #72

Closed aslafy-z closed 4 years ago

aslafy-z commented 4 years ago

reflex --regex REGEX does not catch the argument where reflex -r REGEX does.

It fails with: flag needs an argument: --regex

cespare commented 4 years ago

You have to write --regex=REGEX in the long form.

aslafy-z commented 4 years ago

Thank you, sorry for inconvenience.