Method: PWN::SAST::CmdExecutionJava.help

Defined in:
lib/pwn/sast/cmd_execution_java.rb

.helpObject

Display Usage for this Module



133
134
135
136
137
138
139
140
141
142
# File 'lib/pwn/sast/cmd_execution_java.rb', line 133

public_class_method def self.help
  puts "USAGE:
    sast_arr = #{self}.scan(
      :dir_path => 'optional path to dir defaults to .',
      :git_repo_root_uri => 'optional http uri of git repo scanned'
    )

    #{self}.authors
  "
end