Fix install <cask> --dry-run

This commit is contained in:
Daniel Bayley 2022-11-11 17:33:11 +00:00
parent e1b2f68a6d
commit b9ee9b868d

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.