Skip to content

Commit

Permalink
Add build options (fixes #3744)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas committed Jun 30, 2015
1 parent 8c9e949 commit 6d19627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jekyll/commands/clean.rb
Expand Up @@ -8,6 +8,8 @@ def init_with_program(prog)
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
Expand Down

0 comments on commit 6d19627

Please sign in to comment.