diff --git a/bin/jekyll b/bin/jekyll index 4bc8fc0f..a5ca0f52 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -53,6 +53,7 @@ command :serve do |c| Jekyll::Commands::Serve.process(options) end end +alias_command :server, :serve command :import do |c| c.syntax = 'jekyll import [options]'