lib/ronin/recon/cli/commands/test.rb in ronin-recon-0.1.0.rc1 vs lib/ronin/recon/cli/commands/test.rb in ronin-recon-0.1.0.rc2
- old
+ new
@@ -52,11 +52,11 @@
include DebugOption
include Printing
include Core::CLI::Logging
include Core::CLI::Options::Param
- usage '[options] {IP | IP-range | DOMAIN | HOST | WILDCARD | WEBSITE}'
+ usage '[options] {--file FILE | NAME} {IP | IP-range | DOMAIN | HOST | WILDCARD | WEBSITE}'
argument :value, required: true,
usage: 'IP|IP-range|DOMAIN|HOST|WILDCARD|WEBSITE',
desc: 'The initial recon value'
@@ -67,9 +67,12 @@
#
# Runs the `ronin-recon test` command.
#
# @param [String, nil] name
# The optional worker name to load and print metadata for.
+ #
+ # @param [String] value
+ # The input value for the worker.
#
def run(name=nil,value)
super(name)
value = begin