# File lib/rhc/commands/app.rb, line 154
    def start(app)
      app_action app, :start

      results { say "#{app} started" }
      0
    end