this repo has no description
0
fork

Configure Feed

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

cmd/cue: document that embedding is limited to files in the same module

Fixes #3788.

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I64d2816d45b2259309d1046b4b2e064c8a7688c3
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1214899
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>

+3
+3
cmd/cue/cmd/help.go
··· 252 252 For NDJSON or multi-document YAML files, embed as type=text 253 253 and use APIs like yaml.Extract to decode as a list. 254 254 255 + For security reasons, only files contained in the same module 256 + can be embedded. Embedding is forbidden when outside a module. 257 + 255 258 Note that embedding CUE files is not supported at this time. 256 259 257 260 For the time being, embedding support can still be disabled via