lib/site_hook/cli.rb in site_hook-0.9.16 vs lib/site_hook/cli.rb in site_hook-0.9.19

- old
+ new

@@ -24,8 +24,10 @@ subcommand('config', SiteHook::Commands::ConfigClass) desc 'server [subcommand] [options]', 'run server actions' subcommand('server', SiteHook::Commands::ServerClass) desc 'jekyll [subcommand] [options]', 'run jekyll actions' subcommand('jekyll', SiteHook::Commands::JekyllClass) + desc 'init [subcommand] [options]', 'run init actions' + subcommand('init', SiteHook::Commands::InitClass) end end \ No newline at end of file