We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb40f56 commit c48d8a7Copy full SHA for c48d8a7
bin/jsonld
@@ -141,7 +141,7 @@ opts = GetoptLong.new(*OPT_ARGS.map {|o| o[0..-2]})
141
opts.each do |opt, arg|
142
case opt
143
when '--debug' then logger.level = Logger::DEBUG
144
- when '--compact' then parser_options[:compact] = true
+ when '--compact' then options[:compact] = true
145
when "--compactArrays" then parser_options[:compactArrays] = (arg || 'true') == 'true'
146
when '--context' then parser_options[:context] = RDF::URI(arg).absolute? ? arg : File.open(arg)
147
when '--evaluate' then input = arg
0 commit comments