From be0cd21d0ffd9c56efaa35a288b2884c62bd1843 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sat, 25 Aug 2018 10:58:13 -0400 Subject: [PATCH] extract: explicitly load cli_parser --- Library/Homebrew/dev-cmd/extract.rb | 1 + 1 file changed, 1 insertion(+) 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"