class Gemstash::CLI::Status

This implements the command line status task to check the server status:

$ gemstash status

Public Instance Methods

run() click to toggle source
# File lib/gemstash/cli/status.rb, line 11
def run
  prepare
  Puma::ControlCLI.new(args).run
end

Private Instance Methods

args() click to toggle source
# File lib/gemstash/cli/status.rb, line 18
def args
  pidfile_args + %w[status]
end