Skip to content
Snippets Groups Projects
Commit eea44923 authored by Bo Anderson's avatar Bo Anderson
Browse files

dev-cmd/irb: move comment

parent df16e9f2
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ module Homebrew
module_function
def irb_args
# work around IRB modifying ARGV.
Homebrew::CLI::Parser.new do
usage_banner <<~EOS
`irb` [<options>]
......@@ -34,6 +33,7 @@ module Homebrew
end
def irb
# work around IRB modifying ARGV.
args = irb_args.parse(ARGV.dup.freeze)
if args.examples?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment