```$ 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
action='append'
action='store'
action='store_true'