Class: RubyLeiningen::Commands::Check

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

Instance Attribute Summary

Attributes inherited from Base

#binary

Instance Method Summary collapse

Methods included from Mixins::Environment

#for_environment, #initialize

Methods included from Mixins::Profile

#for_profile, #initialize

Methods inherited from Base

#execute, #initialize, #stderr, #stdin, #stdout

Instance Method Details

#configure_command(initial_builder, opts) ⇒ Object



15
16
17
18
# File 'lib/ruby_leiningen/commands/check.rb', line 15

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