Browse Source
Updated CommandsHandler.rb
Removed unavailable console command.
master
Tearzz
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
CommandsHandler.rb
|
|
@ -140,7 +140,6 @@ end |
|
|
|
def Clear() |
|
|
|
system "clear" or system "cls" |
|
|
|
puts "Type \"clear\" to clear terminal" |
|
|
|
puts "Type \"project <text>\" to write to project file" |
|
|
|
puts "Type \"disconnect\" to disconnect" |
|
|
|
puts "" |
|
|
|
end |