Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add short name -o for json output flag #9088

Closed
medyagh opened this issue Aug 25, 2020 · 3 comments · Fixed by #9097
Closed

add short name -o for json output flag #9088

medyagh opened this issue Aug 25, 2020 · 3 comments · Fixed by #9097
Assignees
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.

Comments

@medyagh
Copy link
Member

medyagh commented Aug 25, 2020

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]

@medyagh medyagh added 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. labels Aug 25, 2020
@vinu2003
Copy link
Contributor

/assign @vinu2003

@tstromberg
Copy link
Contributor

tstromberg commented Aug 26, 2020

This particular lack of consistency has flummoxed me as well. Let me know if you need any help, @vinu2003

/cc @priyawadhwa

@vinu2003
Copy link
Contributor

Sure @tstromberg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants