class DesignStoryboard::Cli

Public Instance Methods

build(path) click to toggle source
# File lib/design_storyboard/cli.rb, line 13
def build(path)
  Setting[:input_file_path] = path
  Setting.update_dump_data_path
  Setting[:auto_open] = true if options[:open]

  DesignStoryboard.build
end
version() click to toggle source
# File lib/design_storyboard/cli.rb, line 22
def version
  puts VERSION
end