Sha256: f357c562bb7f129c9bd2c7e46df66fe1947e5408a0a40761baa34d5d6617f1fa

Contents?: true

Size: 372 Bytes

Versions: 7

Compression:

Stored size: 372 Bytes

Contents

#!/usr/bin/env ruby

require 'kosmos'

Kosmos.configure do |config|
  config.verbose = true
end

case ARGV.shift
when 'init'
  Kosmos::UserInterface.init(ARGV)
when 'install'
  Kosmos::UserInterface.install(ARGV)
when 'uninstall'
  Kosmos::UserInterface.uninstall(ARGV)
when 'list'
  Kosmos::UserInterface.list(ARGV)
when 'server'
  Kosmos::UserInterface.server(ARGV)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kosmos-0.0.5 bin/kosmos
kosmos-0.0.4 bin/kosmos
kosmos-0.0.3 bin/kosmos
kosmos-0.0.2.pre.test4 bin/kosmos
kosmos-0.0.2.pre.test3 bin/kosmos
kosmos-0.0.2.pre.test2 bin/kosmos
kosmos-0.0.2 bin/kosmos