Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

cmd/export: fix help #825

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion cmd/cue/cmd/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ single expression, the emit value. For example, the file
yields the following JSON:

{
"arg1": 1,
"a": 1,
"b", "my string"
"arg2": "my string",
"b": "my string"
}

In absence of arguments, the current directory is loaded as a package instance.
Expand Down