From ff4c89bf46248f3514caaba0d544178cbd4e18e1 Mon Sep 17 00:00:00 2001 From: kaitoozawa Date: Tue, 30 Dec 2025 14:59:31 +1000 Subject: [PATCH] remove the commented-out command --- core/main/console/commandline.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/main/console/commandline.rb b/core/main/console/commandline.rb index 5385a626d..f8c1a7a37 100644 --- a/core/main/console/commandline.rb +++ b/core/main/console/commandline.rb @@ -69,9 +69,6 @@ module BeEF exit 0 end - # opts.on('-i', '--interactive', 'Starts with the Console Shell activated') do - # @options[:interactive] = true - # end end optparse.parse!