Is there a shortform for "--all-namespaces" in the commands like the folllowing? . . .

kartik_kube:
is there a shortform for “–all-namespaces” in the commands like the folllowing?
kubectl get pods --all-namespaces

Brooks Houck:

Diego Navia:
–all-namespaces = -A

kartik_kube:
Thank you!