Class: HtmlMockup::Cli::Release

Inherits:
Command
  • Object
show all
Defined in:
lib/html_mockup/cli/release.rb

Instance Method Summary collapse

Methods inherited from Command

#initialize_project

Instance Method Details

#releaseObject



6
7
8
# File 'lib/html_mockup/cli/release.rb', line 6

def release
  @project.release.run!
end