Sha256: cf9b2270aa343a9d153535d74137b404f936837aa43d804a8f45b63c27c6c147
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
require "commander" require "phase/cli/all" module Phase class CLI include ::Commander::Methods def run program :name, "Phase" program :version, ::Phase::VERSION program :description, "Phase controller." run! end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phase-0.0.2 | lib/phase/cli.rb |
phase-0.0.1 | lib/phase/cli.rb |