remove remnants of cli

This commit is contained in:
kaitoozawa
2025-12-14 15:51:18 +10:00
parent 4b3fce07a0
commit 6189279798

View File

@@ -17,7 +17,6 @@ module BeEF
@options[:ext_config] = ''
@options[:port] = ''
@options[:ws_port] = ''
@options[:interactive] = false
@options[:update_disabled] = false
@options[:update_auto] = false
@@ -63,9 +62,6 @@ module BeEF
@options[:update_auto] = true
end
# opts.on('-i', '--interactive', 'Starts with the Console Shell activated') do
# @options[:interactive] = true
# end
end
optparse.parse!