Sha256: fd51f07ee700fe4c5be748dcf4a15507743c07de7080ad7aa0b3ab563e53a80e
Contents?: true
Size: 450 Bytes
Versions: 1
Compression:
Stored size: 450 Bytes
Contents
module GitCompound module Command module Procedure # Show command procedure class # class Show < Procedure include Element::Manifest def execute! Logger.info 'Processing components list ...' execute end def execute @manifest.process( Worker::CircularDependencyChecker.new, Worker::PrettyPrint.new) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git_compound-0.2.0 | lib/git_compound/command/procedure/show.rb |