lib/atcoder_greedy/command.rb in atcoder_greedy-0.4.0 vs lib/atcoder_greedy/command.rb in atcoder_greedy-0.5.0
- old
+ new
@@ -1,11 +1,12 @@
-require 'atcoder_greedy'
require 'thor'
+require 'atcoder_greedy'
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'
+require 'atcoder_greedy/command/submit'
module AtcoderGreedy
class Command < Thor
end
end