Sha256: 9d3938cf41274e7174f3fb29aab0fe5548652b2f202c145125c239d46d242c7a
Contents?: true
Size: 248 Bytes
Versions: 3
Compression:
Stored size: 248 Bytes
Contents
#!/usr/bin/env ruby STELLA_HOME = File.expand_path(File.join(File.dirname(__FILE__), '..')) $: << File.join(STELLA_HOME, 'lib') require 'stella' require 'stella/cli' ## Create and run the application app = Stella::CLI.new(ARGV, STDIN) app.run
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stella-0.3.2 | bin/stella |
stella-0.5.1 | bin/stella |
stella-0.5.3 | bin/stella |