mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-06 18:47:03 +00:00
Automatic merge from submit-queue update default run function for sub-commands **Release note**: ``` release-note release-note-none ``` This patch updates parent commands of sub-commands to exit with a usage error and exit code 1 on an invalid (non-sub-command) argument. cc @kargakis