diff --git a/Library/Homebrew/dev-cmd/extract.rb b/Library/Homebrew/dev-cmd/extract.rb index d4d5cf87a2..c77d58f7b0 100644 --- a/Library/Homebrew/dev-cmd/extract.rb +++ b/Library/Homebrew/dev-cmd/extract.rb @@ -10,6 +10,7 @@ #: will be extracted and placed in the destination tap. Otherwise, the most #: recent version that can be found will be used. +require "cli_parser" require "utils/git" require "formulary" require "tap"