mirror of
https://github.com/gosticks/brew.git
synced 2026-08-29 21:10:29 +00:00
16 lines
202 B
Ruby
16 lines
202 B
Ruby
# typed: strict
|
|
|
|
module Homebrew
|
|
module CLI
|
|
class Parser
|
|
module Compat
|
|
include Kernel
|
|
|
|
module DeprecatedArgs
|
|
include Kernel
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|