Browse Source

Updated CommandsHandler.rb

Removed unavailable console command.
master
Tearzz 6 years ago
committed by GitHub
parent
commit
3b3b8e7f53
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      CommandsHandler.rb

+ 0
- 1
CommandsHandler.rb View File

@ -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

Loading…
Cancel
Save