Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--no-compact-to-relative option #43

Closed
bertvannuffelen opened this issue Apr 24, 2018 · 1 comment
Closed

--no-compact-to-relative option #43

bertvannuffelen opened this issue Apr 24, 2018 · 1 comment
Assignees
Labels

Comments

@bertvannuffelen
Copy link

Hi,

The rdf executable does not handle the --no-compact-to-relative option as described in the help.

rdf compact --canonicalize --output-format=jsonld --compact-arrays  --processingMode=json-ld-1.1 --no-compact-to-relative /data/rdf/208700.jsonld 
rdf: invalid option: --no-compact-to-relative

the positive option is accepted:

 rdf compact --canonicalize --output-format=jsonld --compact-arrays  --processingMode=json-ld-1.1 --compact-to-relative /data/rdf/208700.jsonld 
rdf: Compacting requires a context

kr,
Bert

@gkellogg gkellogg self-assigned this Apr 25, 2018
@gkellogg gkellogg added the bug label Apr 25, 2018
@gkellogg
Copy link
Member

gkellogg commented Sep 3, 2018

Fixed in 6676107. Release coming relatively soon.

@gkellogg gkellogg closed this as completed Sep 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants