Closed ondreian closed 3 years ago
right now we run everything via ruby cabal.rb but it should be refactored to be a proper gem bin
ruby cabal.rb
cabal.rb
require "cabal"
bin/cabal
right now we run everything via
ruby cabal.rb
but it should be refactored to be a proper gem bincabal.rb
and make it possible to justrequire "cabal"
bin/cabal
, require the engine and pass what it needs