Document NamedArgs
.
This commit is contained in:
parent
4972b1935e
commit
ceeb6e6492
@ -6,6 +6,9 @@ require "formulary"
|
|||||||
|
|
||||||
module Homebrew
|
module Homebrew
|
||||||
module CLI
|
module CLI
|
||||||
|
# Helper class for loading formulae/casks from named arguments.
|
||||||
|
#
|
||||||
|
# @api private
|
||||||
class NamedArgs < SimpleDelegator
|
class NamedArgs < SimpleDelegator
|
||||||
def initialize(*args, override_spec: nil, force_bottle: false, flags: [])
|
def initialize(*args, override_spec: nil, force_bottle: false, flags: [])
|
||||||
@args = args
|
@args = args
|
||||||
|
Loading…
x
Reference in New Issue
Block a user