Remove redundant "default" descriptions from help output#287
Merged
unguiculus merged 3 commits intohelm:masterfrom Oct 28, 2020
flimzy:defaults
Merged
Remove redundant "default" descriptions from help output#287unguiculus merged 3 commits intohelm:masterfrom flimzy:defaults
unguiculus merged 3 commits intohelm:masterfrom
flimzy:defaults
Conversation
Diff of before/after output:
--- before 2020-10-15 08:28:33.285100444 +0200
+++ after 2020-10-15 08:30:53.983319078 +0200
@@ -30,7 +30,7 @@
--charts strings Specific charts to test. Disables changed charts detection and
version increment checking. May be specified multiple times
or separate values with commas
- --check-version-increment Activates a check for chart version increments (default: true) (default true)
+ --check-version-increment Activates a check for chart version increments (default true)
--config string Config file
--debug Print CLI calls of external tools to stdout (caution: setting this may
expose sensitive data when helm-repo-extra-args contains passwords)
@@ -49,7 +49,7 @@
--remote string The name of the Git remote used to identify changed charts (default "origin")
--since string The Git reference used to identify changed charts (default "HEAD")
--target-branch string The name of the target branch used to identify changed charts (default "master")
- --validate-chart-schema Enable schema validation of 'Chart.yaml' using Yamale (default: true) (default true)
- --validate-maintainers Enable validation of maintainer account names in chart.yml (default: true).
+ --validate-chart-schema Enable schema validation of 'Chart.yaml' using Yamale (default true)
+ --validate-maintainers Enable validation of maintainer account names in chart.yml.
Works for GitHub, GitLab, and Bitbucket (default true)
- --validate-yaml Enable linting of 'Chart.yaml' and values files (default: true) (default true)
+ --validate-yaml Enable linting of 'Chart.yaml' and values files (default true)
Signed-off-by: Jonathan Hall <flimzy@flimzy.com>
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Diff of before/after output:
What this PR does / why we need it:
The
helpoutput (and .md docs created from it) contains redudant text.