Sha256: fc432cb0f7f00c664370ca36423e92ff259090e4d27e1e8afdf496c3883ac3ea
Contents?: true
Size: 298 Bytes
Versions: 18
Compression:
Stored size: 298 Bytes
Contents
module Phase module CLI class Command include ::Phase::Util::Console class << self include ::Commander::Methods end attr_reader :args, :options def initialize(args, options) @args = args @options = options end end end end
Version data entries
18 entries across 18 versions & 1 rubygems