Class: Stamina::Command::Gui

Inherits:
Object
  • Object
show all
Defined in:
lib/stamina-gui/stamina/command/gui.rb

Overview

Launches the Stamina Web GUI

SYNOPSIS

#{program_name} #{command_name}

Instance Method Summary collapse

Instance Method Details

#execute(args) ⇒ Object

Command execution



12
13
14
15
# File 'lib/stamina-gui/stamina/command/gui.rb', line 12

def execute(args)
  require_relative '../gui'
  Stamina::Gui::App.run!
end