Closed jpluscplusm closed 3 months ago
A guide that shows examples of -t being used with the different cue sub-commands that accept it.
-t
cue
This could take the form of a concept guide, a howto guide, or a reference page complementing cue help injection. TODO: decide which form makes sense.
cue help injection
Demonstrate:
vet
export
def
eval
type={int,number,bool}
Related: #146
Closed via https://cuelang.org/cl/1196597.
A guide that shows examples of
-t
being used with the differentcue
sub-commands that accept it.This could take the form of a concept guide, a howto guide, or a reference page complementing
cue help injection
. TODO: decide which form makes sense.Demonstrate:
cue
sub-commands that accept-t
:vet
,export
,def
andeval
. (Any more?)-t
and multiple-t
s, combined with defaultstype={int,number,bool}
Related: #146