Merge pull request #4177 from rebornix/FixCleanCommandOptions
Merge pull request 4177
This commit is contained in:
commit
6814bc8e63
|
@ -10,8 +10,8 @@ module Jekyll
|
||||||
|
|
||||||
add_build_options(c)
|
add_build_options(c)
|
||||||
|
|
||||||
c.action do |args, _|
|
c.action do |args, options|
|
||||||
Jekyll::Commands::Clean.process({})
|
Jekyll::Commands::Clean.process(options)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue