# frozen_string_literal: true require "cli/parser" module Homebrew module_function def tap_pin_args Homebrew::CLI::Parser.new do hide_from_man_page! end end def tap_pin odisabled "the brew tap-pin command", "fully-scoped user/tap/formula naming when installing and in dependency references" end end