diff options
Diffstat (limited to 'cue.html.markdown')
-rw-r--r-- | cue.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cue.html.markdown b/cue.html.markdown index a1ff0822..a1a21086 100644 --- a/cue.html.markdown +++ b/cue.html.markdown @@ -23,6 +23,7 @@ disposition: "oblivious" ``` Now we can unify and export to JSON: + ```bash % cue export name.cue disposition.cue { @@ -32,6 +33,7 @@ Now we can unify and export to JSON: ``` Or YAML: + ```bash % cue export --out yaml name.cue disposition.cue name: Daniel |