From 61892797985833b75ec8ec1452e12a41f117b979 Mon Sep 17 00:00:00 2001 From: kaitoozawa Date: Sun, 14 Dec 2025 15:51:18 +1000 Subject: [PATCH] remove remnants of cli --- core/main/console/commandline.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/main/console/commandline.rb b/core/main/console/commandline.rb index 88d03e7de..3e4fa0499 100644 --- a/core/main/console/commandline.rb +++ b/core/main/console/commandline.rb @@ -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!