```$ find pants-plugins -type f | xargs grep -h -...
# general
w
Copy code
$ find pants-plugins -type f | xargs  grep -h -o -E "action='[a-z_]+'" | sort | uniq -c
   8 action='append'
   3 action='store'
  21 action='store_true'