# File lib/slop/commands.rb, line 64 def on(command, config = {}, &block) commands[command.to_s] = Slop.new(@config.merge(config), &block) end