Add build options (fixes #3744)
This commit is contained in:
parent
8c9e9497a2
commit
6d196275fc
|
@ -8,6 +8,8 @@ module Jekyll
|
||||||
c.syntax 'clean [subcommand]'
|
c.syntax 'clean [subcommand]'
|
||||||
c.description 'Clean the site (removes site output and metadata file) without building.'
|
c.description 'Clean the site (removes site output and metadata file) without building.'
|
||||||
|
|
||||||
|
add_build_options(c)
|
||||||
|
|
||||||
c.action do |args, _|
|
c.action do |args, _|
|
||||||
Jekyll::Commands::Clean.process({})
|
Jekyll::Commands::Clean.process({})
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue