Sha256: 5b928ff8f37be0a49b59b3f1305194ad8cf1bd2591fb6c805d1552723ff7fccd
Contents?: true
Size: 458 Bytes
Versions: 16
Compression:
Stored size: 458 Bytes
Contents
require "pry" module Guard module Commands class Show def self.import Pry::Commands.create_command "show" do group "Guard" description "Show all Guard plugins." banner <<-BANNER Usage: show Show all defined Guard plugins and their options. BANNER def process ::Guard.async_queue_add([:guard_show]) end end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems