Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upShow flag default for boolean flags in help output #3476
Comments
juliusv
added
component/documentation
kind/bug
kind/documentation
labels
Nov 14, 2017
brian-brazil
added
component/config
priority/P3
and removed
component/documentation
kind/documentation
labels
Nov 14, 2017
rajatjindal
referenced this issue
Nov 15, 2017
Closed
Add default values to the help for bool flags #3478
brian-brazil
added
kind/enhancement
and removed
kind/bug
labels
Apr 17, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
juliusv commentedNov 14, 2017
./prometheus -hshows boolean flags like this:Without looking at the code, it wasn't clear to me what the default value for those was. It should be clear from the help output.