Sha256: bed65fb269e7df9b9d63cfbd7e65e4849739f70112febc5a5a2ef1559c2cda10
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
module Roro class CLI < Thor desc 'rollon', 'Roll a fresh development story into the current directory.' map 'rollon' => 'rollon' def rollon configurator = Roro::Configurators::Configurator.new configurator.rollon end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roro-0.3.33 | lib/roro/cli/rollon.rb |