Merge pull request #14138 from danielbayley/cmd-install-dry-run

Fix `install` <cask> `--dry-run`
This commit is contained in:
Mike McQuaid 2022-11-14 12:19:11 +00:00 committed by GitHub
commit b7391069d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
# typed: false
# frozen_string_literal: true
require "cask_dependent"
module Cask
class Cmd
# Cask implementation of the `brew install` command.