Skip to content

Commit e149331

Browse files
authored
Merge pull request #3463 from kaitozaw/issue-fix-remove-cli
Fixes issue #3447
2 parents b7ebc29 + a67d783 commit e149331

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/main/console/commandline.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module CommandLine
1717
@options[:ext_config] = ''
1818
@options[:port] = ''
1919
@options[:ws_port] = ''
20-
@options[:interactive] = false
2120
@options[:update_disabled] = false
2221
@options[:update_auto] = false
2322

@@ -63,9 +62,6 @@ def self.parse
6362
@options[:update_auto] = true
6463
end
6564

66-
# opts.on('-i', '--interactive', 'Starts with the Console Shell activated') do
67-
# @options[:interactive] = true
68-
# end
6965
end
7066

7167
optparse.parse!

0 commit comments

Comments
 (0)