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 "Cor gem provides convenient commands for Code on Rmake.\n\n  Usage:\ncor help\ncor version\ncor command [arguments...]\n\n  Commands:\ncor version\ncor project:create my_game_directory\n\n  Information:\nhttps://github.com/akasata/cor-gem\n\n  About Code on Rmake:\nhttps://core.rmake.jp/\n\n"

end