this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmd/cue/cmd: remove stale reference to ::

The code still accepts '::' for backwards compatibility,
but at least it should no longer be a documented feature.

Fixes #1386

Signed-off-by: Marcel van Lohuizen <mpvl@golang.org>

Change-Id: Ice06d4c1b4414dfa96eac118c8842b0965f67163
Signed-off-by: Marcel van Lohuizen <mpvl@golang.org>
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/529581
Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Marcel van Lohuizen <mpvl@gmail.com>

authored by

Marcel van Lohuizen and committed by
Marcel van Lohuizen
f29b460e 50d69c90

+3 -4
+3 -4
cmd/cue/cmd/help.go
··· 119 119 place a value. Each -l flag specifies either a CUE expression or 120 120 a CUE field (without the value following the colon), both of 121 121 which are evaluated within the value. Together, the -l flags 122 - specify the path at increasingly deeper nesting. In the path 123 - notation, path elements that end with a "::", instead of ":", 124 - are created as definitions. An expression may refer to builtin 125 - packages as long as the name can be uniquely identified. 122 + specify the path at increasingly deeper nesting. An expression 123 + may refer to builtin packages as long as the name can be uniquely 124 + identified. 126 125 127 126 The --with-context flag can be used to evaluate the label 128 127 expression within a struct of contextual data, instead of