Sha256: bfad9cf95f2c667d90de451bdf6c3c280f674f0054373dfad9ca94d1df36eacb

Contents?: true

Size: 251 Bytes

Versions: 9

Compression:

Stored size: 251 Bytes

Contents

#!/usr/bin/env ruby

require 'polariscope'

if ARGV.empty?
  puts 'Usage: polariscope scan'
  exit
end

command = ARGV[0]

case command
when 'scan'
  puts Polariscope.scan
else
  puts "Unknown command: #{command}"
  puts 'Usage: polariscope scan'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
polariscope-0.6.0 exe/polariscope
polariscope-0.5.0 exe/polariscope
polariscope-0.4.0 exe/polariscope
polariscope-0.3.0 exe/polariscope
polariscope-0.2.0 exe/polariscope
polariscope-0.1.3 exe/polariscope
polariscope-0.1.2 exe/polariscope
polariscope-0.1.1 exe/polariscope
polariscope-0.1.0 exe/polariscope