We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818f8bf commit bdd40afCopy full SHA for bdd40af
cmd/cue/cmd/modedit.go
@@ -43,8 +43,8 @@ The -require=path@version and -drop-require=path@majorversion flags add
43
and drop a requirement on the given module path and version. Note that
44
-require overrides any existing requirements on path. These flags are
45
mainly for tools that understand the module graph. Users should prefer
46
-'cue get path@version' which makes other go.mod adjustments as needed
47
-to satisfy constraints imposed by other modules.
+'cue mod get path@version' which makes other cue.mod adjustments as
+needed to satisfy constraints imposed by other modules.
48
49
The --module flag changes the module's path (the module.cue file's module field).
50
The --source flag changes the module's declared source.
0 commit comments