Skip to content
Snippets Groups Projects
Commit 57336ea6 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

commands: move argument to fix warning.

parent 3d71826e
No related branches found
No related tags found
No related merge requests found
module Homebrew
def commands
# Find commands in Homebrew/cmd
with_directory = false
cmds = (HOMEBREW_REPOSITORY/"Library/Homebrew/cmd").
children(with_directory=false).
children(with_directory).
map {|f| File.basename(f, '.rb')}
puts "Built-in commands"
puts_columns cmds
......
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