module Thor::Base::ClassMethods
def build_option(name, options, scope) #:nodoc:
scope
options
name
==== Parameters
Build an option and adds it to the given scope.
def build_option(name, options, scope) #:nodoc: scope[name] = Thor::Option.new(name, options) end