Class: RubyLeiningen::Commands::Release
- Includes:
- Mixins::Environment, Mixins::Profile
- Defined in:
- lib/ruby_leiningen/commands/release.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods included from Mixins::Environment
Methods included from Mixins::Profile
Methods inherited from Base
#execute, #initialize, #stderr, #stdin, #stdout
Instance Method Details
#configure_command(initial_builder, opts) ⇒ Object
15 16 17 18 19 20 21 22 23 |
# File 'lib/ruby_leiningen/commands/release.rb', line 15 def configure_command(initial_builder, opts) builder = super level = opts[:level] builder = builder.with_subcommand('release') builder = builder.with_argument(level) if level builder end |