Class: Klenod::Build::CLI::Graph

Inherits:
Samovar::Command
  • Object
show all
Defined in:
lib/klenod/build/cli/application.rb

Instance Method Summary collapse

Instance Method Details

#callObject



75
76
77
78
79
80
# File 'lib/klenod/build/cli/application.rb', line 75

def call
  bundle = Klenod::Runtime.load_bundle(@bundle_path)
  dot = Klenod::Build::Graphviz.call(bundle, include_assets: !@options[:no_assets])
  output.write(dot)
  dot
end