Sha256: 0f494c93cd343f998cec7411735149231c0afd76cfc76ab33df1b247404f9c12

Contents?: true

Size: 526 Bytes

Versions: 13

Compression:

Stored size: 526 Bytes

Contents

#!/usr/bin/env ruby
$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')))
require 'rubygems'
require 'rdf/cli'

options = RDF::CLI.options do
  self.on('-v', '--verbose', 'Enable verbose output. May be given more than once.') do
    $VERBOSE = true
  end

  self.on('-V', '--version', 'Display the RDF.rb version and exit.') do
    puts RDF::VERSION; exit
  end
end

abort options.banner if ARGV.empty? && !options.has_key?(:evaluate)

RDF::CLI.exec_command(command = ARGV.shift, ARGV, options.options)

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
rdf-0.3.11.1 bin/rdf
rdf-0.3.11 bin/rdf
rdf-0.3.10 bin/rdf
rdf-0.3.9 bin/rdf
rdf-0.3.8 bin/rdf
rdf-0.3.7 bin/rdf
rdf-0.3.5.2 bin/rdf
openlogic-rdf-0.3.7 bin/rdf
openlogic-rdf-0.3.6 bin/rdf
rdf-0.3.5.1 bin/rdf
rdf-0.3.5 bin/rdf
rdf-0.3.4.1 bin/rdf
rdf-0.3.4 bin/rdf