mirror: Add missing import for cli_parser

This commit is contained in:
Gautham Goli 2018-04-10 18:37:15 +05:30
parent 468210840c
commit e809f93c45

View File

@ -1,7 +1,9 @@
#: @hide_from_man_page #: @hide_from_man_page
#: * `mirror` [`--test`] <formulae>: #: * `mirror` <formulae>:
#: Reuploads the stable URL for a formula to Bintray to use it as a mirror. #: Reuploads the stable URL for a formula to Bintray to use it as a mirror.
require "cli_parser"
module Homebrew module Homebrew
module_function module_function