Sha256: e1c66df10d5cb5ebd9ef10eb0382968eb77d6e7dbfb41908d27fb05e09c23fb4
Contents?: true
Size: 282 Bytes
Versions: 16
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true require_relative '../../commands' RubyLeiningen::Commands.define_custom_command('eastwood') do |config, opts| config.on_command_builder do |command| command = command.with_argument("\"#{opts[:config]}\"") if opts[:config] command end end
Version data entries
16 entries across 16 versions & 1 rubygems