File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/com/apicatalog/cli/command Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ Options:
3131Commands:
3232 expand Expand JSON-LD document
3333 compact Compact JSON-LD document using the context
34- flatten Flatten JSON-LD document and optionally compacts it using a context
34+ flatten Flatten JSON-LD document and optionally compact it using a context
3535 frame Frame JSON-LD document using the frame
36- fromrdf Transform N-Quads document into a JSON-LD document in expanded form
36+ fromrdf Transform N-Quads document into a JSON-LD document in an expanded form
3737 tordf Transform JSON-LD document into N-Quads document
3838 compress Compress JSON-LD document into CBOR-LD
3939 decompress Decompress CBOR-LD document into JSON-LD
Original file line number Diff line number Diff line change 1818@ Command (
1919 name = "flatten" ,
2020 mixinStandardHelpOptions = false ,
21- description = "Flatten JSON-LD document and optionally compacts it using a context" ,
21+ description = "Flatten JSON-LD document and optionally compact it using a context" ,
2222 sortOptions = true ,
2323 descriptionHeading = "%n" ,
2424 parameterListHeading = "%nParameters:%n" ,
Original file line number Diff line number Diff line change 1818@ Command (
1919 name = "fromrdf" ,
2020 mixinStandardHelpOptions = false ,
21- description = "Transform N-Quads document into a JSON-LD document in expanded form" ,
21+ description = "Transform N-Quads document into a JSON-LD document in an expanded form" ,
2222 sortOptions = true ,
2323 descriptionHeading = "%n" ,
2424 parameterListHeading = "%nParameters:%n" ,
You can’t perform that action at this time.
0 commit comments