Class: RubyLeiningen::Commands::Clean

Inherits:
Base
  • Object
show all
Includes:
Mixins::Profile
Defined in:
lib/ruby_leiningen/commands/clean.rb

Instance Attribute Summary

Attributes inherited from Base

#binary

Instance Method Summary collapse

Methods included from Mixins::Profile

#for_profile, #initialize

Methods inherited from Base

#do_after, #do_before, #execute, #initialize, #instantiate_builder, #stderr, #stdin, #stdout

Instance Method Details

#configure_command(builder, opts) ⇒ Object



11
12
13
14
# File 'lib/ruby_leiningen/commands/clean.rb', line 11

def configure_command(builder, opts)
  builder = super(builder, opts)
  builder.with_subcommand('clean')
end