We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7ebc29 + a67d783 commit e149331Copy full SHA for e149331
core/main/console/commandline.rb
@@ -17,7 +17,6 @@ module CommandLine
17
@options[:ext_config] = ''
18
@options[:port] = ''
19
@options[:ws_port] = ''
20
- @options[:interactive] = false
21
@options[:update_disabled] = false
22
@options[:update_auto] = false
23
@@ -63,9 +62,6 @@ def self.parse
63
62
@options[:update_auto] = true
64
end
65
66
- # opts.on('-i', '--interactive', 'Starts with the Console Shell activated') do
67
- # @options[:interactive] = true
68
- # end
69
70
71
optparse.parse!
0 commit comments