cespare / reflex

Run a command when files change

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`reflex --regex REGEX` does not catch argument

aslafy-z opened this issue · comments

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

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

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

Thank you, sorry for inconvenience.