v0.8.4
- new: Updated dependent packages.
- new: Made
--filter
aka-f
option usage more strict to avoid messing up with positional arguments. Now-f a!=b a!=c
is prohibited, use-f a!=b -f a!=c
instead.
--filter
aka -f
option usage more strict to avoid messing up with positional arguments. Now -f a!=b a!=c
is prohibited, use -f a!=b -f a!=c
instead.