We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
diff --git a/test-files/cmd/slow/InfoCmdTest.sh b/test-files/cmd/slow/InfoCmdTest.sh index 3d38a9a..1bfe0de 100755 --- a/test-files/cmd/slow/InfoCmdTest.sh +++ b/test-files/cmd/slow/InfoCmdTest.sh @@ -169,3 +169,9 @@ echo "Listing conflatable criteria..." echo "" hoot info --conflatable-criteria | grep "BuildingCriterion" echo "" + +# FILTERS (aka ElementCriterion) +echo "Listing filters..." +echo "" +hoot info --filters | grep "NonBuildingAreaCriterion" +echo ""