add short name -o for json output flag #9088
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
medya@~/workspace/minikube (master) $ minikube start -o json
Error: unknown shorthand flag: 'o' in -o
See 'minikube start --help' for usage.
medya@~/workspace/minikube (master) $ minikube start --help | grep json
--output='text': Format to print stdout in. Options include: [text,json]
The text was updated successfully, but these errors were encountered: