lib/atcoder_greedy/command.rb in atcoder_greedy-0.3.1 vs lib/atcoder_greedy/command.rb in atcoder_greedy-0.4.0
- old
+ new
@@ -2,9 +2,10 @@
require 'thor'
require 'atcoder_greedy/command/create'
require 'atcoder_greedy/command/destroy'
require 'atcoder_greedy/command/test'
require 'atcoder_greedy/command/config'
+require 'atcoder_greedy/command/template'
module AtcoderGreedy
class Command < Thor
end
end