summaryrefslogtreecommitdiff
path: root/find-lib-feats.sh
blob: 5db09731ce508c85c8300ffa198554bfbd8a316c (plain)
1
2
3
4
5
set -o pipefail
git -C "$1" grep -hEo '(un)?stable\(feature =.+\)' library/ \
  | grep -v 'issue = "none"' \
  | grep -oP '(?<=feature = ")([^"]+)' \
  | sort -u