Sha256: 89b1bef3afb1bda8a0d0a5c27e09f81fcc4a592185cc6570d3222e79f084f675
Contents?: true
Size: 333 Bytes
Versions: 20
Compression:
Stored size: 333 Bytes
Contents
require "commander" module Phase module CLI class Application include ::Commander::Methods def run program :name, "Phase" program :version, ::Phase::VERSION program :description, "Phase controller." always_trace! run! end end end end require "phase/cli/all"
Version data entries
20 entries across 20 versions & 1 rubygems