mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-12 23:55:09 -05:00
Merge pull request #3828 from superlukas/fix-clean-command
Merge pull request 3828
This commit is contained in:
@@ -8,6 +8,8 @@ module Jekyll
|
||||
c.syntax 'clean [subcommand]'
|
||||
c.description 'Clean the site (removes site output and metadata file) without building.'
|
||||
|
||||
add_build_options(c)
|
||||
|
||||
c.action do |args, _|
|
||||
Jekyll::Commands::Clean.process({})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user