Added the --future switch back to the CLI

This commit is contained in:
Parker Moore 2013-01-30 21:56:54 +01:00
parent b4bea4a586
commit 7023a5e622
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ command :build do |c|
c.syntax = 'jekyll build [options]' c.syntax = 'jekyll build [options]'
c.description = 'Build your site with the option of auto-renegeration' c.description = 'Build your site with the option of auto-renegeration'
c.option '--future', 'Publishes posts with a future date'
c.option '-w', '--watch', 'Watch for changes and rebuild' c.option '-w', '--watch', 'Watch for changes and rebuild'
c.option '--lsi', 'Use LSI for improved related posts' c.option '--lsi', 'Use LSI for improved related posts'
@ -35,6 +36,7 @@ command :serve do |c|
c.syntax = 'jekyll serve [options]' c.syntax = 'jekyll serve [options]'
c.description = 'Serve your site locally with the option of auto-regeneration' c.description = 'Serve your site locally with the option of auto-regeneration'
c.option '--future', 'Publishes posts with a future date'
c.option '-w', '--watch', 'Watch for changes and rebuild' c.option '-w', '--watch', 'Watch for changes and rebuild'
c.option '--lsi', 'Use LSI for improved related posts' c.option '--lsi', 'Use LSI for improved related posts'