options: pass explicit sort to handle APFS
This commit is contained in:
parent
16ea29a641
commit
d9074b80b7
@ -16,9 +16,9 @@ module Homebrew
|
|||||||
|
|
||||||
def options
|
def options
|
||||||
if ARGV.include? "--all"
|
if ARGV.include? "--all"
|
||||||
puts_options Formula.to_a
|
puts_options Formula.to_a.sort
|
||||||
elsif ARGV.include? "--installed"
|
elsif ARGV.include? "--installed"
|
||||||
puts_options Formula.installed
|
puts_options Formula.installed.sort
|
||||||
else
|
else
|
||||||
raise FormulaUnspecifiedError if ARGV.named.empty?
|
raise FormulaUnspecifiedError if ARGV.named.empty?
|
||||||
puts_options ARGV.formulae
|
puts_options ARGV.formulae
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user