module Nmapr::Options::Debugging
Public Instance Methods
debug()
click to toggle source
# File lib/nmapr/options/debugging.rb, line 4 def debug add_argument("-d") end
open()
click to toggle source
# File lib/nmapr/options/debugging.rb, line 7 def open add_argument("--open") end
packet_trace()
click to toggle source
# File lib/nmapr/options/debugging.rb, line 10 def packet_trace add_argument("--packet-trace") end
reason()
click to toggle source
# File lib/nmapr/options/debugging.rb, line 13 def reason add_argument("--reason") end