зеркало из https://github.com/github/pages-gem.git
Merge pull request #806 from github/pages/future
Bring back --future option
This commit is contained in:
Коммит
53af152bfe
|
@ -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)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче