Skip to content

Commit ff59b54

Browse files
committed
Fix rdfstar CLI option to have a control.
1 parent 819eb05 commit ff59b54

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ see <https://unlicense.org/> or the accompanying {file:UNLICENSE} file.
471471
[RDF::TriX]: https://ruby-rdf.github.com/rdf-trix
472472
[RDF::Turtle]: https://ruby-rdf.github.com/rdf-turtle
473473
[RDF::Raptor]: https://ruby-rdf.github.com/rdf-raptor
474-
[RDF*]: https://w3c.github.io/rdf-star/rdf-star-cg-spec.html/
474+
[RDF*]: https://w3c.github.io/rdf-star/rdf-star-cg-spec.html
475475
[LinkedData]: https://ruby-rdf.github.com/linkeddata
476476
[JSON::LD]: https://ruby-rdf.github.com/json-ld
477477
[RestClient]: https://rubygems.org/gems/rest-client

lib/rdf/reader.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def self.options
161161
RDF::CLI::Option.new(
162162
symbol: :rdfstar,
163163
datatype: TrueClass,
164+
control: :checkbox,
164165
on: ["--rdfstar"],
165166
description: "Parse RDF*."),
166167
RDF::CLI::Option.new(

0 commit comments

Comments
 (0)