lib/author/commands/cli.rb in author-1.0.1.alpha vs lib/author/commands/cli.rb in author-1.1.0.alpha
- old
+ new
@@ -11,8 +11,10 @@
map %w[-v --version] => :version
register Author::Commands::Check, 'check', 'check', 'Check that all dependencies are installed'
register Author::Commands::Generator, 'new', 'new <book-name>', 'Create a new book project'
+ register Author::Commands::Builder, 'build', 'build', 'Build the specified format'
+
end
end
end
\ No newline at end of file