pass build options into clean command
This commit is contained in:
parent
c4fe2b0513
commit
16aea22c8d
|
@ -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