Method: Cor::Executor.help

Defined in:
lib/cor.rb

.help(args) ⇒ Object



92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# File 'lib/cor.rb', line 92

def self.help(args)
  puts <<-EOS
Cor gem provides convenient commands for Code on Rmake.

  Usage:
cor help
cor version
cor command [arguments...]

  Commands:
cor version
cor project:create my_game_directory

  Information:
https://github.com/akasata/cor-gem

  About Code on Rmake:
https://core.rmake.jp/

EOS

end