Sha256: 87fac628d5646d44d881e6b3d295184ad09472c4b0e049b4db1fec4472a29cda
Contents?: true
Size: 347 Bytes
Versions: 14
Compression:
Stored size: 347 Bytes
Contents
require 'guard/cli' module Lanes module Command class Server < Thor::Group include Thor::Actions class_option :port, type: :numeric def launch say "Launching testing server at http://localhost:8888/", :green Guard.start end end end end
Version data entries
14 entries across 14 versions & 1 rubygems