Sha256: bb3b9c822083401b2815e38eced7386dae9b0611967bef224db82eda081630f4
Contents?: true
Size: 251 Bytes
Versions: 30
Compression:
Stored size: 251 Bytes
Contents
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
30 entries across 30 versions & 1 rubygems