You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This improves the cue-vet help text by mentioning the different
behaviours engaged when the --concrete/-c flag is:
- absent
- present without a value / set with -c=true
- set with -c=false
The flag's tri-state behaviour is being considered in #2120 but,
irrespective of any changes that might result, the current behaviour is
undocumented outside the source code; hence this change.
The -c flag's single line help message is updated to mention -c=false.
The command is also introduced (via its opening line) with a complete
sentence that starts with a capital letter and ends with a period,
giving the Go-doc-unware user more confidence that they're reading a
complete sentence and not some truncated fragment.
Also: correct a cue/CUE capitalisation typo; make a compound sentence
flow better.
The cue-help-eval text also mentions this flag, but it's not clear to me
that its handling of this flag is identical so the same change isn't
applied there.
For #2120.
Signed-off-by: Jonathan Matthews <[email protected]>
Change-Id: I687840fe5bdcbc464ee4fdfcd6e6f0fba9ef327a
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1207991
Reviewed-by: Daniel Martí <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
0 commit comments