I suggest adding validation to what is passed as the status argument in wp plugin list --status=<status>. It seems like at the moment you can input anything.
This will prevent situations where e.g. someone inputs wp plugin list --status=network-active instead of wp plugin list --status=active-network and gets an empty list because there is no such status as "active-network" (not to mention completely nonexistent statuses).
Hey!
I suggest adding validation to what is passed as the status argument in
wp plugin list --status=<status>
. It seems like at the moment you can input anything.This will prevent situations where e.g. someone inputs
wp plugin list --status=network-active
instead ofwp plugin list --status=active-network
and gets an empty list because there is no such status as "active-network" (not to mention completely nonexistent statuses).