Merge pull request #3463 from kaitozaw/issue-fix-remove-cli
Fixes issue #3447
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user