lib/gjp/main.rb in gjp-0.37.0 vs lib/gjp/main.rb in gjp-0.38.0
- old
+ new
@@ -1,10 +1,9 @@
# encoding: UTF-8
require "clamp"
module Gjp
class MainCommand < Clamp::Command
-
subcommand(
"init",
"Inits a gjp project in the current directory",
Gjp::InitCommand
)