This commit is contained in:
CandyAngel 2018-07-18 17:06:19 +00:00 committed by admin
parent ac5680f6f5
commit 6bf0c3ee14

View file

@ -0,0 +1,5 @@
The documentation for `findref` says it accepts the same options as `find` but the matching option `--include` isn't supported here.
This leads to the confusing behavior where `findref` is sensitive to the presence of content, but you can't tell it not to be in the same manner as `find`.
Could the difference be removed by adding support for `--include`?