Class: HiddenHippo::Cli::Database

Inherits:
Thor
  • Object
show all
Defined in:
lib/hidden_hippo/cli/database.rb

Defined Under Namespace

Classes: Daemon

Instance Method Summary collapse

Instance Method Details

#startObject



32
33
34
# File 'lib/hidden_hippo/cli/database.rb', line 32

def start
  Daemon.new.start
end

#statusObject



42
43
44
# File 'lib/hidden_hippo/cli/database.rb', line 42

def status
  Daemon.new.status
end

#stopObject



37
38
39
# File 'lib/hidden_hippo/cli/database.rb', line 37

def stop
  Daemon.new.stop
end