Sha256: 9c5240bf5558d721831d64581c6e35451a044fca07d826b35da0b807d92ce805

Contents?: true

Size: 343 Bytes

Versions: 2

Compression:

Stored size: 343 Bytes

Contents

require "rbconfig"
require "cardio/script_loader"

Cardio::ScriptLoader.script_name = "decko"
# If we are inside a Decko application this method performs an exec and thus
# the rest of this script is not run.
Cardio::ScriptLoader.exec!

# require "rails/ruby_version_check"
Signal.trap("INT") { exit(1) }

require "decko/commands/application"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
decko-0.18.1 lib/decko/cli.rb
decko-0.18.0 lib/decko/cli.rb