Merge pull request #806 from github/pages/future

Bring back --future option
This commit is contained in:
Yoann Chaudet 2021-12-27 13:51:08 -08:00 коммит произвёл GitHub
Родитель 0d7f9a2335 2d1bb1259b
Коммит 53af152bfe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -64,6 +64,7 @@ Mercenary.program(:"github-pages") do |p|
c.option 'verbose', '--verbose', 'Verbose logging' c.option 'verbose', '--verbose', 'Verbose logging'
c.option 'source', '--source DIR', 'From where to collect the source files' c.option 'source', '--source DIR', 'From where to collect the source files'
c.option 'destination', '--destination DIR', 'To where the compiled files should be written' c.option 'destination', '--destination DIR', 'To where the compiled files should be written'
c.option 'future', '--future', 'Publishes posts with a future date'
c.action do |_, options| c.action do |_, options|
Jekyll::Commands::Build.process(options) Jekyll::Commands::Build.process(options)